Method: Fech::Filing#mappings

Defined in:
lib/fech/filing.rb

#mappingsObject

Gets or creats the Mappings instance for this filing_version



238
239
240
# File 'lib/fech/filing.rb', line 238

def mappings
  @mapping ||= Fech::Mappings.new(filing_version)
end