Class: Zena::FoxyAttachmentsParser

Inherits:
FoxyParser show all
Defined in:
lib/zena/foxy_parser.rb

Instance Attribute Summary

Attributes inherited from FoxyParser

#column_names, #defaults, #name, #site, #table

Instance Method Summary collapse

Methods inherited from FoxyParser

#all_elements, dump_fixtures, id, multi_site_id, multi_site_tables, new, o_new, parses, path_for_table, #path_for_table, prelude, records_to_yaml, #run, #sites

Constructor Details

#initialize(table, opts = {}) ⇒ FoxyAttachmentsParser

Returns a new instance of FoxyAttachmentsParser.



684
685
686
# File 'lib/zena/foxy_parser.rb', line 684

def initialize(table, opts={})
  super
end