Class: Epuber::Compiler::FileTypes::NcxFile
- Inherits:
-
NavAbstractFile
- Object
- AbstractFile
- GeneratedFile
- NavAbstractFile
- Epuber::Compiler::FileTypes::NcxFile
- Defined in:
- lib/epuber/compiler/file_types/nav_file.rb
Instance Attribute Summary
Attributes inherited from NavAbstractFile
Attributes inherited from GeneratedFile
Attributes inherited from AbstractFile
#compilation_context, #destination_path, #final_destination_path, #group, #path_type, #pkg_destination_path, #properties
Instance Method Summary collapse
-
#initialize ⇒ NcxFile
constructor
A new instance of NcxFile.
Methods inherited from NavAbstractFile
Methods inherited from GeneratedFile
Methods inherited from AbstractFile
#==, file_copy!, write_to_file, write_to_file!, write_to_file?
Constructor Details
#initialize ⇒ NcxFile
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 |