Class: RallyAPI::Configure
- Inherits:
-
Object
- Object
- RallyAPI::Configure
- Defined in:
- lib/rally/rally_api.rb
Instance Attribute Summary collapse
-
#password ⇒ Object
Returns the value of attribute password.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Attribute Details
#password ⇒ Object
Returns the value of attribute password.
3 4 5 |
# File 'lib/rally/rally_api.rb', line 3 def password @password end |
#user ⇒ Object
Returns the value of attribute user.
3 4 5 |
# File 'lib/rally/rally_api.rb', line 3 def user @user end |