Method: Fech::Filing#map_for

Defined in:
lib/fech/filing.rb

#map_for(row_type) ⇒ Object

Returns the column names for given row type and the filing’s version in the order they appear in row data.

Parameters:

  • row_type (String, Regexp)

    representation of the row desired



163
164
165
# File 'lib/fech/filing.rb', line 163

def map_for(row_type)
  mappings.for_row(row_type)
end