Class: RDoc::Options
- Inherits:
-
Object
- Object
- RDoc::Options
- Defined in:
- lib/sdoc/generator.rb
Instance Attribute Summary collapse
-
#github ⇒ Object
Returns the value of attribute github.
-
#search_index ⇒ Object
Returns the value of attribute search_index.
Instance Attribute Details
#github ⇒ Object
Returns the value of attribute github.
19 20 21 |
# File 'lib/sdoc/generator.rb', line 19 def github @github end |
#search_index ⇒ Object
Returns the value of attribute search_index.
20 21 22 |
# File 'lib/sdoc/generator.rb', line 20 def search_index @search_index end |