Class: Epuber::Compiler::FileTypes::NavFile

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

#initializeNavFile

Returns a new instance of NavFile.



38
39
40
# File 'lib/epuber/compiler/file_types/nav_file.rb', line 38

def initialize
  super('nav.xhtml', NavGenerator, [:navigation])
end