Class: Account

Inherits:
Object
  • Object
show all
Defined in:
lib/contactforce/account.rb

Instance Attribute Summary collapse

Instance Attribute Details

#passwordObject

Returns the value of attribute password.



2
3
4
# File 'lib/contactforce/account.rb', line 2

def password
  @password
end

#usernameObject

Returns the value of attribute username.



2
3
4
# File 'lib/contactforce/account.rb', line 2

def username
  @username
end