Class: SowprogApiRuby::Configuration
- Inherits:
-
Object
- Object
- SowprogApiRuby::Configuration
- Defined in:
- lib/sowprog-api-ruby.rb
Instance Attribute Summary collapse
-
#password ⇒ Object
Returns the value of attribute password.
-
#user_name ⇒ Object
Returns the value of attribute user_name.
Instance Attribute Details
#password ⇒ Object
Returns the value of attribute password.
8 9 10 |
# File 'lib/sowprog-api-ruby.rb', line 8 def password @password end |
#user_name ⇒ Object
Returns the value of attribute user_name.
8 9 10 |
# File 'lib/sowprog-api-ruby.rb', line 8 def user_name @user_name end |