Class: DataMapper::Salesforce::UserDetails
- Inherits:
-
Struct
- Object
- Struct
- DataMapper::Salesforce::UserDetails
- Defined in:
- lib/dm-salesforce.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
9 10 11 |
# File 'lib/dm-salesforce.rb', line 9 def password @password end |
#username ⇒ Object
Returns the value of attribute username
9 10 11 |
# File 'lib/dm-salesforce.rb', line 9 def username @username end |