Class: Zena::FoxyVersionsParser

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

Instance Attribute Summary collapse

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_name, opts = {}) ⇒ FoxyVersionsParser

Returns a new instance of FoxyVersionsParser.



614
615
616
617
618
# File 'lib/zena/foxy_parser.rb', line 614

def initialize(table_name, opts = {})
  super
  @versions = {}
  @inline_attachments = {}
end

Instance Attribute Details

#versionsObject (readonly)

Returns the value of attribute versions.



612
613
614
# File 'lib/zena/foxy_parser.rb', line 612

def versions
  @versions
end