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