Class: RDoc::Generator::Markdown::GenerationState

Inherits:
Data
  • Object
show all
Defined in:
lib/rdoc/generator/markdown.rb

Overview

Prepared objects and lookup tables used during one generation run.

Instance Attribute Summary collapse

Instance Attribute Details

#class_output_pathsObject (readonly)

Returns the value of attribute class_output_paths

Returns:

  • (Object)

    the current value of class_output_paths



29
30
31
# File 'lib/rdoc/generator/markdown.rb', line 29

def class_output_paths
  @class_output_paths
end

#classesObject (readonly)

Returns the value of attribute classes

Returns:

  • (Object)

    the current value of classes



29
30
31
# File 'lib/rdoc/generator/markdown.rb', line 29

def classes
  @classes
end

#known_output_pathsObject (readonly)

Returns the value of attribute known_output_paths

Returns:

  • (Object)

    the current value of known_output_paths



29
30
31
# File 'lib/rdoc/generator/markdown.rb', line 29

def known_output_paths
  @known_output_paths
end

#markdown_output_object_idsObject (readonly)

Returns the value of attribute markdown_output_object_ids

Returns:

  • (Object)

    the current value of markdown_output_object_ids



29
30
31
# File 'lib/rdoc/generator/markdown.rb', line 29

def markdown_output_object_ids
  @markdown_output_object_ids
end

#output_dirObject (readonly)

Returns the value of attribute output_dir

Returns:

  • (Object)

    the current value of output_dir



29
30
31
# File 'lib/rdoc/generator/markdown.rb', line 29

def output_dir
  @output_dir
end

#pagesObject (readonly)

Returns the value of attribute pages

Returns:

  • (Object)

    the current value of pages



29
30
31
# File 'lib/rdoc/generator/markdown.rb', line 29

def pages
  @pages
end

#root_path_segmentObject (readonly)

Returns the value of attribute root_path_segment

Returns:

  • (Object)

    the current value of root_path_segment



29
30
31
# File 'lib/rdoc/generator/markdown.rb', line 29

def root_path_segment
  @root_path_segment
end