Class: CsvOmg::Column

Inherits:
Struct
  • Object
show all
Defined in:
lib/csv-omg.rb

Instance Attribute Summary collapse

Instance Attribute Details

#attrObject

Returns the value of attribute attr

Returns:

  • (Object)

    the current value of attr



16
17
18
# File 'lib/csv-omg.rb', line 16

def attr
  @attr
end

#conversionObject

Returns the value of attribute conversion

Returns:

  • (Object)

    the current value of conversion



16
17
18
# File 'lib/csv-omg.rb', line 16

def conversion
  @conversion
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



16
17
18
# File 'lib/csv-omg.rb', line 16

def source
  @source
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



16
17
18
# File 'lib/csv-omg.rb', line 16

def type
  @type
end