Class: CsvOmg::Column
Instance Attribute Summary collapse
-
#attr ⇒ Object
Returns the value of attribute attr.
-
#conversion ⇒ Object
Returns the value of attribute conversion.
-
#source ⇒ Object
Returns the value of attribute source.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#attr ⇒ Object
Returns the value of attribute attr
16 17 18 |
# File 'lib/csv-omg.rb', line 16 def attr @attr end |
#conversion ⇒ Object
Returns the value of attribute conversion
16 17 18 |
# File 'lib/csv-omg.rb', line 16 def conversion @conversion end |
#source ⇒ Object
Returns the value of attribute source
16 17 18 |
# File 'lib/csv-omg.rb', line 16 def source @source end |
#type ⇒ Object
Returns the value of attribute type
16 17 18 |
# File 'lib/csv-omg.rb', line 16 def type @type end |