class Navigation
Public Class Methods
new(table_of_contents)
click to toggle source
# File lib/epubinfo/models/table_of_contents/navigation.rb, line 2 def initialize(table_of_contents) @table_of_contents = table_of_contents end
Public Instance Methods
path()
click to toggle source
# File lib/epubinfo/models/table_of_contents/navigation.rb, line 6 def path @table_of_contents.path end