Class: Ifns::Configuration
- Inherits:
-
Object
- Object
- Ifns::Configuration
- Defined in:
- lib/ifns/configuration.rb
Instance Attribute Summary collapse
-
#host ⇒ Object
Returns the value of attribute host.
-
#logger ⇒ Object
Returns the value of attribute logger.
-
#token ⇒ Object
Returns the value of attribute token.
Instance Attribute Details
#host ⇒ Object
Returns the value of attribute host.
3 4 5 |
# File 'lib/ifns/configuration.rb', line 3 def host @host end |
#logger ⇒ Object
Returns the value of attribute logger.
3 4 5 |
# File 'lib/ifns/configuration.rb', line 3 def logger @logger end |
#token ⇒ Object
Returns the value of attribute token.
3 4 5 |
# File 'lib/ifns/configuration.rb', line 3 def token @token end |