Class: CSVMapper::Column
- Inherits:
-
Struct
- Object
- Struct
- CSVMapper::Column
- Defined in:
- lib/csvmapper.rb
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
5 6 7 |
# File 'lib/csvmapper.rb', line 5 def attr @attr end |
#conversion ⇒ Object
Returns the value of attribute conversion
5 6 7 |
# File 'lib/csvmapper.rb', line 5 def conversion @conversion end |
#source ⇒ Object
Returns the value of attribute source
5 6 7 |
# File 'lib/csvmapper.rb', line 5 def source @source end |
#type ⇒ Object
Returns the value of attribute type
5 6 7 |
# File 'lib/csvmapper.rb', line 5 def type @type end |