Class: Empresaula::API::Config
- Inherits:
-
Object
- Object
- Empresaula::API::Config
- Defined in:
- lib/empresaula-api/config.rb
Instance Attribute Summary collapse
-
#host ⇒ Object
Returns the value of attribute host.
-
#secret_token ⇒ Object
Returns the value of attribute secret_token.
Instance Attribute Details
#host ⇒ Object
Returns the value of attribute host.
12 13 14 |
# File 'lib/empresaula-api/config.rb', line 12 def host @host end |
#secret_token ⇒ Object
Returns the value of attribute secret_token.
19 20 21 |
# File 'lib/empresaula-api/config.rb', line 19 def secret_token @secret_token end |