Class: D3MPQ::CSVGenerator::Actor

Inherits:
Base
  • Object
show all
Defined in:
lib/d3_mpq/csv_generator/actor.rb

Constant Summary collapse

MPQ_READER =
D3MPQ::CoreData::Actor

Constants inherited from Base

Base::LINE_SEPERATOR, Base::SEPERATOR

Instance Attribute Summary

Attributes inherited from Base

#files

Instance Method Summary collapse

Methods inherited from Base

#add_file, #csv_keys, #file_snapshots, #initialize, #is_back_dir, map_to_csv, #map_to_csv, #subject_to_csv_line, #write

Constructor Details

This class inherits a constructor from D3MPQ::CSVGenerator::Base

Instance Method Details

#base_to_subjects(base, filename) ⇒ Object

HACK: to map a MPQ that do not respond_to :content



19
20
21
22
# File 'lib/d3_mpq/csv_generator/actor.rb', line 19

def base_to_subjects(base, filename)
  print "."
  @lines << subject_to_csv_line(base, filename)
end