Class: Octopush::Configuration
- Inherits:
-
Object
- Object
- Octopush::Configuration
- Defined in:
- lib/octopush-ruby/configuration.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#user_login ⇒ Object
Returns the value of attribute user_login.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
3 4 5 |
# File 'lib/octopush-ruby/configuration.rb', line 3 def api_key @api_key end |
#user_login ⇒ Object
Returns the value of attribute user_login.
3 4 5 |
# File 'lib/octopush-ruby/configuration.rb', line 3 def user_login @user_login end |