Class: SmartCsvImport::CsvFieldDefinition
- Inherits:
-
Struct
- Object
- Struct
- SmartCsvImport::CsvFieldDefinition
- Defined in:
- lib/smart_csv_import/matchable.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#name ⇒ Object
Returns the value of attribute name.
-
#required ⇒ Object
Returns the value of attribute required.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
4 5 6 |
# File 'lib/smart_csv_import/matchable.rb', line 4 def description @description end |
#name ⇒ Object
Returns the value of attribute name
4 5 6 |
# File 'lib/smart_csv_import/matchable.rb', line 4 def name @name end |
#required ⇒ Object
Returns the value of attribute required
4 5 6 |
# File 'lib/smart_csv_import/matchable.rb', line 4 def required @required end |