Class: Dandelionapi::Configuration
- Inherits:
-
Object
- Object
- Dandelionapi::Configuration
- Defined in:
- lib/dandelionapi.rb
Overview
Container for configuration parameters
Instance Attribute Summary collapse
-
#endpoint ⇒ Object
Returns the value of attribute endpoint.
-
#path ⇒ Object
Returns the value of attribute path.
-
#token ⇒ Object
Returns the value of attribute token.
Instance Attribute Details
#endpoint ⇒ Object
Returns the value of attribute endpoint.
38 39 40 |
# File 'lib/dandelionapi.rb', line 38 def endpoint @endpoint end |
#path ⇒ Object
Returns the value of attribute path.
38 39 40 |
# File 'lib/dandelionapi.rb', line 38 def path @path end |
#token ⇒ Object
Returns the value of attribute token.
38 39 40 |
# File 'lib/dandelionapi.rb', line 38 def token @token end |