Method: CSVConverter::Converters::BaseConverter#call

Defined in:
lib/csv_converter/converters/base_converter.rb

#callObject

Converts raw_data into the type specified in the mappings. Must be implemented by children

Raises:

  • (NotImplementedError)


30
31
32
# File 'lib/csv_converter/converters/base_converter.rb', line 30

def call
  raise NotImplementedError
end