Class: TrackTry::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/track_try/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyObject

Returns the value of attribute api_key.



24
25
26
# File 'lib/track_try/configuration.rb', line 24

def api_key
  @api_key
end

#headersObject

Returns the value of attribute headers.



24
25
26
# File 'lib/track_try/configuration.rb', line 24

def headers
  @headers
end

#urlObject

Returns the value of attribute url.



24
25
26
# File 'lib/track_try/configuration.rb', line 24

def url
  @url
end