class EPUB::OCF::Container::Rootfile

Attributes

full_path[RW]
media_type[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 22
def initialize(full_path=nil, media_type=EPUB::MediaType::ROOTFILE)
  @full_path, @media_type = full_path, media_type
end