Class: Bindery::Formats::Epub::ManifestEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/bindery/formats/epub.rb

Instance Attribute Summary collapse

Instance Attribute Details

#file_nameObject

Returns the value of attribute file_name

Returns:

  • (Object)

    the current value of file_name



30
31
32
# File 'lib/bindery/formats/epub.rb', line 30

def file_name
  @file_name
end

#mime_typeObject

Returns the value of attribute mime_type

Returns:

  • (Object)

    the current value of mime_type



30
31
32
# File 'lib/bindery/formats/epub.rb', line 30

def mime_type
  @mime_type
end

#xml_idObject

Returns the value of attribute xml_id

Returns:

  • (Object)

    the current value of xml_id



30
31
32
# File 'lib/bindery/formats/epub.rb', line 30

def xml_id
  @xml_id
end