class ThreeTapsAPI::Base

Attributes

results[R]

Public Class Methods

api_key() click to toggle source
# File lib/three_taps_api/base.rb, line 16
def self.api_key
  @@api_key
end

Public Instance Methods

auth_token_hash() click to toggle source
# File lib/three_taps_api/base.rb, line 20
def auth_token_hash
  { auth_token: self.class.api_key }
end