Class: CityboxApi::Configuration
- Inherits:
-
Object
- Object
- CityboxApi::Configuration
- Defined in:
- lib/citybox_api/configuration.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
5 6 7 8 |
# File 'lib/citybox_api/configuration.rb', line 5 def initialize user = nil key = nil end |
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key.
3 4 5 |
# File 'lib/citybox_api/configuration.rb', line 3 def key @key end |
#user ⇒ Object
Returns the value of attribute user.
3 4 5 |
# File 'lib/citybox_api/configuration.rb', line 3 def user @user end |