Class: RDoc::Generator::Markdown::GenerationState
- Inherits:
-
Data
- Object
- Data
- RDoc::Generator::Markdown::GenerationState
- Defined in:
- lib/rdoc/generator/markdown.rb
Overview
Prepared objects and lookup tables used during one generation run.
Instance Attribute Summary collapse
-
#class_output_paths ⇒ Object
readonly
Returns the value of attribute class_output_paths.
-
#classes ⇒ Object
readonly
Returns the value of attribute classes.
-
#known_output_paths ⇒ Object
readonly
Returns the value of attribute known_output_paths.
-
#markdown_output_object_ids ⇒ Object
readonly
Returns the value of attribute markdown_output_object_ids.
-
#output_dir ⇒ Object
readonly
Returns the value of attribute output_dir.
-
#pages ⇒ Object
readonly
Returns the value of attribute pages.
-
#root_path_segment ⇒ Object
readonly
Returns the value of attribute root_path_segment.
Instance Attribute Details
#class_output_paths ⇒ Object (readonly)
Returns the value of attribute class_output_paths
29 30 31 |
# File 'lib/rdoc/generator/markdown.rb', line 29 def class_output_paths @class_output_paths end |
#classes ⇒ Object (readonly)
Returns the value of attribute classes
29 30 31 |
# File 'lib/rdoc/generator/markdown.rb', line 29 def classes @classes end |
#known_output_paths ⇒ Object (readonly)
Returns the value of attribute 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_ids ⇒ Object (readonly)
Returns the value of attribute 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_dir ⇒ Object (readonly)
Returns the value of attribute output_dir
29 30 31 |
# File 'lib/rdoc/generator/markdown.rb', line 29 def output_dir @output_dir end |
#pages ⇒ Object (readonly)
Returns the value of attribute pages
29 30 31 |
# File 'lib/rdoc/generator/markdown.rb', line 29 def pages @pages end |
#root_path_segment ⇒ Object (readonly)
Returns the value of attribute root_path_segment
29 30 31 |
# File 'lib/rdoc/generator/markdown.rb', line 29 def root_path_segment @root_path_segment end |