Class: D3MPQ::CSVGenerator::RecipeDetails

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

Constant Summary collapse

MPQ_READER =
D3MPQ::Recipe

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



16
17
18
19
# File 'lib/d3_mpq/csv_generator/recipe_details.rb', line 16

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