Class: Muwu::ManifestTask::Navigator

Inherits:
Object
  • Object
show all
Defined in:
lib/muwu/manifest_task/navigator.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#destinationObject

Returns the value of attribute destination.



6
7
8
# File 'lib/muwu/manifest_task/navigator.rb', line 6

def destination
  @destination
end

#document_home_indexObject

Returns the value of attribute document_home_index.



6
7
8
# File 'lib/muwu/manifest_task/navigator.rb', line 6

def document_home_index
  @document_home_index
end

#document_next_indexObject

Returns the value of attribute document_next_index.



6
7
8
# File 'lib/muwu/manifest_task/navigator.rb', line 6

def document_next_index
  @document_next_index
end

#document_prev_indexObject

Returns the value of attribute document_prev_index.



6
7
8
# File 'lib/muwu/manifest_task/navigator.rb', line 6

def document_prev_index
  @document_prev_index
end

#headingObject

Returns the value of attribute heading.



6
7
8
# File 'lib/muwu/manifest_task/navigator.rb', line 6

def heading
  @heading
end

#indexObject

Returns the value of attribute index.



6
7
8
# File 'lib/muwu/manifest_task/navigator.rb', line 6

def index
  @index
end

#projectObject

Returns the value of attribute project.



6
7
8
# File 'lib/muwu/manifest_task/navigator.rb', line 6

def project
  @project
end

Instance Method Details

#inspectObject



17
18
19
# File 'lib/muwu/manifest_task/navigator.rb', line 17

def inspect
  ["#{self.to_s}", "{", inspect_instance_variables, "}"].join(' ')
end

#inspect_instance_variablesObject



22
23
24
# File 'lib/muwu/manifest_task/navigator.rb', line 22

def inspect_instance_variables
  self.instance_variables.map { |v| "#{v}=#<#{instance_variable_get(v).class}>" }.join(", ")
end