Class: MOCO::Customer

Inherits:
BaseEntity show all
Defined in:
lib/moco/entities.rb

Overview

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseEntity

#==, #eql?, #hash, #to_h, #to_json

Instance Attribute Details

#idObject

Returns the value of attribute id.



77
78
79
# File 'lib/moco/entities.rb', line 77

def id
  @id
end

#nameObject

Returns the value of attribute name.



77
78
79
# File 'lib/moco/entities.rb', line 77

def name
  @name
end