Class: RDoc::Options
- Inherits:
-
Object
- Object
- RDoc::Options
- Defined in:
- lib/sdoc_local_editor/generator.rb
Instance Attribute Summary collapse
-
#github ⇒ Object
Returns the value of attribute github.
-
#local_editor ⇒ Object
Returns the value of attribute local_editor.
-
#se_index ⇒ Object
Returns the value of attribute se_index.
Instance Attribute Details
#github ⇒ Object
Returns the value of attribute github.
24 25 26 |
# File 'lib/sdoc_local_editor/generator.rb', line 24 def github @github end |
#local_editor ⇒ Object
Returns the value of attribute local_editor.
24 25 26 |
# File 'lib/sdoc_local_editor/generator.rb', line 24 def local_editor @local_editor end |
#se_index ⇒ Object
Returns the value of attribute se_index.
24 25 26 |
# File 'lib/sdoc_local_editor/generator.rb', line 24 def se_index @se_index end |