Class: Account
- Inherits:
-
Object
- Object
- Account
- Defined in:
- lib/contactforce/account.rb
Instance Attribute Summary collapse
-
#password ⇒ Object
Returns the value of attribute password.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Attribute Details
#password ⇒ Object
Returns the value of attribute password.
2 3 4 |
# File 'lib/contactforce/account.rb', line 2 def password @password end |
#username ⇒ Object
Returns the value of attribute username.
2 3 4 |
# File 'lib/contactforce/account.rb', line 2 def username @username end |