Class: MOCO::User
- Inherits:
-
BaseEntity
- Object
- BaseEntity
- MOCO::User
- Defined in:
- lib/moco/entities.rb
Overview
Instance Attribute Summary collapse
-
#firstname ⇒ Object
Returns the value of attribute firstname.
-
#id ⇒ Object
Returns the value of attribute id.
-
#lastname ⇒ Object
Returns the value of attribute lastname.
Method Summary
Methods inherited from BaseEntity
#==, #eql?, #hash, #to_h, #to_json
Instance Attribute Details
#firstname ⇒ Object
Returns the value of attribute firstname.
82 83 84 |
# File 'lib/moco/entities.rb', line 82 def firstname @firstname end |
#id ⇒ Object
Returns the value of attribute id.
82 83 84 |
# File 'lib/moco/entities.rb', line 82 def id @id end |
#lastname ⇒ Object
Returns the value of attribute lastname.
82 83 84 |
# File 'lib/moco/entities.rb', line 82 def lastname @lastname end |