Class: SmartCsvImport::CsvFieldDefinition

Inherits:
Struct
  • Object
show all
Defined in:
lib/smart_csv_import/matchable.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



4
5
6
# File 'lib/smart_csv_import/matchable.rb', line 4

def description
  @description
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



4
5
6
# File 'lib/smart_csv_import/matchable.rb', line 4

def name
  @name
end

#requiredObject

Returns the value of attribute required

Returns:

  • (Object)

    the current value of required



4
5
6
# File 'lib/smart_csv_import/matchable.rb', line 4

def required
  @required
end