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