Sha256: 2f255339b5721aadf30c93bfe691b232914f1a660755ccf09843aa9f65df9947
Contents?: true
Size: 332 Bytes
Versions: 15
Compression:
Stored size: 332 Bytes
Contents
module EPUB class OCF class Container FILE = 'container.xml' attr_accessor :rootfiles def initialize @rootfiles = [] end # syntax sugar def rootfile rootfiles.first end class Rootfile attr_accessor :full_path, :media_type end end end end
Version data entries
15 entries across 15 versions & 1 rubygems