Class: Dandelionapi::Configuration
- Inherits:
-
Object
- Object
- Dandelionapi::Configuration
- Defined in:
- lib/dandelionapi.rb
Instance Attribute Summary collapse
-
#app_id ⇒ Object
Returns the value of attribute app_id.
-
#app_key ⇒ Object
Returns the value of attribute app_key.
-
#endpoint ⇒ Object
Returns the value of attribute endpoint.
Instance Attribute Details
#app_id ⇒ Object
Returns the value of attribute app_id.
20 21 22 |
# File 'lib/dandelionapi.rb', line 20 def app_id @app_id end |
#app_key ⇒ Object
Returns the value of attribute app_key.
20 21 22 |
# File 'lib/dandelionapi.rb', line 20 def app_key @app_key end |
#endpoint ⇒ Object
Returns the value of attribute endpoint.
20 21 22 |
# File 'lib/dandelionapi.rb', line 20 def endpoint @endpoint end |