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