Module: Cheveret::Table::Mapping::Mappable
- Defined in:
- lib/cheveret/table/mapping.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#header ⇒ Object
Returns the value of attribute header.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data.
33 34 35 |
# File 'lib/cheveret/table/mapping.rb', line 33 def data @data end |
#header ⇒ Object
Returns the value of attribute header.
33 34 35 |
# File 'lib/cheveret/table/mapping.rb', line 33 def header @header end |