Class: JanioAPI::Configuration
- Inherits:
-
Object
- Object
- JanioAPI::Configuration
- Defined in:
- lib/janio_api/configuration.rb
Instance Attribute Summary collapse
-
#api_host ⇒ Object
Returns the value of attribute api_host.
-
#api_token ⇒ Object
Returns the value of attribute api_token.
-
#api_tokens ⇒ Object
Returns the value of attribute api_tokens.
Instance Attribute Details
#api_host ⇒ Object
Returns the value of attribute api_host.
3 4 5 |
# File 'lib/janio_api/configuration.rb', line 3 def api_host @api_host end |
#api_token ⇒ Object
Returns the value of attribute api_token.
3 4 5 |
# File 'lib/janio_api/configuration.rb', line 3 def api_token @api_token end |
#api_tokens ⇒ Object
Returns the value of attribute api_tokens.
3 4 5 |
# File 'lib/janio_api/configuration.rb', line 3 def api_tokens @api_tokens end |