Sha256: 0baeac7402e242a0fa0a9a3434bf5c0dc22129a83fe1b3689317295d68de0c72
Contents?: true
Size: 272 Bytes
Versions: 3
Compression:
Stored size: 272 Bytes
Contents
require File.expand_path('../client/endpoints.rb', __FILE__) require File.expand_path('../client/jobs.rb', __FILE__) module Brandspotter class Client attr_accessor :user_token def initialize @user_token = Brandspotter.configuration.user_token end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
brandspotter-1.0.2 | lib/brandspotter/client.rb |
brandspotter-1.0.1 | lib/brandspotter/client.rb |
brandspotter-1.0.0 | lib/brandspotter/client.rb |