Class: EPUB::ContentDocument::Navigation::Navigation

Inherits:
Item
  • Object
show all
Defined in:
lib/epub/content_document/navigation.rb

Defined Under Namespace

Modules: Type

Instance Attribute Summary collapse

Attributes inherited from Item

#content_document, #href, #item, #items, #text

Attributes included from Hidable

#hidden, #parent

Method Summary

Methods inherited from Item

#initialize, #traverse

Methods included from Hidable

#hidden?

Constructor Details

This class inherits a constructor from EPUB::ContentDocument::Navigation::Item

Instance Attribute Details

#typeObject

Returns the value of attribute type.



100
101
102
# File 'lib/epub/content_document/navigation.rb', line 100

def type
  @type
end