Class: TrackTry::Configuration
- Inherits:
-
Object
- Object
- TrackTry::Configuration
- Defined in:
- lib/track_try/configuration.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
24 25 26 |
# File 'lib/track_try/configuration.rb', line 24 def api_key @api_key end |
#headers ⇒ Object
Returns the value of attribute headers.
24 25 26 |
# File 'lib/track_try/configuration.rb', line 24 def headers @headers end |
#url ⇒ Object
Returns the value of attribute url.
24 25 26 |
# File 'lib/track_try/configuration.rb', line 24 def url @url end |