Class: SM::Record
- Inherits:
-
Object
- Object
- SM::Record
- Defined in:
- lib/entities/record.rb
Instance Attribute Summary collapse
-
#fields_maps ⇒ Object
Returns the value of attribute fields_maps.
Instance Method Summary collapse
-
#initialize ⇒ Record
constructor
A new instance of Record.
Constructor Details
#initialize ⇒ Record
Returns a new instance of Record.
5 6 7 |
# File 'lib/entities/record.rb', line 5 def initialize @fields_maps = Array.new end |
Instance Attribute Details
#fields_maps ⇒ Object
Returns the value of attribute fields_maps.
3 4 5 |
# File 'lib/entities/record.rb', line 3 def fields_maps @fields_maps end |