Class: Epuber::Compiler::FileTypes::NcxFile

Inherits:
NavAbstractFile show all
Defined in:
lib/epuber/compiler/file_types/nav_file.rb

Instance Attribute Summary

Attributes inherited from NavAbstractFile

#generator_type

Attributes inherited from GeneratedFile

#content

Attributes inherited from AbstractFile

#compilation_context, #destination_path, #final_destination_path, #group, #path_type, #pkg_destination_path, #properties

Instance Method Summary collapse

Methods inherited from NavAbstractFile

#process

Methods inherited from GeneratedFile

#process, #write_generate

Methods inherited from AbstractFile

#==, file_copy!, write_to_file, write_to_file!, write_to_file?

Constructor Details

#initializeNcxFile

Returns a new instance of NcxFile.



44
45
46
# File 'lib/epuber/compiler/file_types/nav_file.rb', line 44

def initialize
  super('toc.ncx', NcxGenerator, [])
end