class EPUB::OCF::Container::Rootfile
Attributes
Public Class Methods
Source
# 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
@param full_path
[Addressable::URI|nil] @param media_type
[String]