1 2 3 4 5 6 7 8 9 10 11 12 13
require 'contextio' module FancyBear module ContextIO class Base def initialize @contextio = ::ContextIO.new(API_KEY, API_SECRET) end end end end