class EPUB::OCF::Container::Rootfile
Attributes
full_path[RW]
media_type[RW]
package[RW]
Public Class Methods
new(full_path=nil, media_type=EPUB::MediaType::ROOTFILE)
click to toggle source
@param full_path
[Addressable::URI|nil] @param media_type
[String]
# File lib/epub/ocf/container.rb, line 23 def initialize(full_path=nil, media_type=EPUB::MediaType::ROOTFILE) @full_path, @media_type = full_path, media_type end