Class: Sowprog::Configuration
- Inherits:
-
Object
- Object
- Sowprog::Configuration
- Defined in:
- lib/sowprog.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.
9 10 11 |
# File 'lib/sowprog.rb', line 9 def password @password end |
#user_name ⇒ Object
Returns the value of attribute user_name.
9 10 11 |
# File 'lib/sowprog.rb', line 9 def user_name @user_name end |