Method: IsoDoc::Convert#init_locations

Defined in:
lib/isodoc/init.rb

#init_locations(options) ⇒ Object



68
69
70
71
72
73
74
75
76
# File 'lib/isodoc/init.rb', line 68

def init_locations(options)
  @libdir ||= File.dirname(__FILE__)
  @baseassetpath = options[:baseassetpath]
  @tmpimagedir_suffix = tmpimagedir_suffix
  @tmpfilesdir_suffix = tmpfilesdir_suffix
  @sourcefilename = options[:sourcefilename]
  @files_to_delete = []
  @tempfile_cache = []
end