Class: Struct::Wikielements
- Defined in:
- lib/wiki2doc/wiki2docgenerator.rb
Overview
Struct for wiki elements.
Direct Known Subclasses
Instance Attribute Summary collapse
-
#first ⇒ Object
Returns the value of attribute first.
-
#l1 ⇒ Object
Returns the value of attribute l1.
-
#l2 ⇒ Object
Returns the value of attribute l2.
-
#l3 ⇒ Object
Returns the value of attribute l3.
-
#l4 ⇒ Object
Returns the value of attribute l4.
-
#row ⇒ Object
Returns the value of attribute row.
-
#tab ⇒ Object
Returns the value of attribute tab.
Instance Attribute Details
#first ⇒ Object
Returns the value of attribute first
278 279 280 |
# File 'lib/wiki2doc/wiki2docgenerator.rb', line 278 def first @first end |
#l1 ⇒ Object
Returns the value of attribute l1
278 279 280 |
# File 'lib/wiki2doc/wiki2docgenerator.rb', line 278 def l1 @l1 end |
#l2 ⇒ Object
Returns the value of attribute l2
278 279 280 |
# File 'lib/wiki2doc/wiki2docgenerator.rb', line 278 def l2 @l2 end |
#l3 ⇒ Object
Returns the value of attribute l3
278 279 280 |
# File 'lib/wiki2doc/wiki2docgenerator.rb', line 278 def l3 @l3 end |
#l4 ⇒ Object
Returns the value of attribute l4
278 279 280 |
# File 'lib/wiki2doc/wiki2docgenerator.rb', line 278 def l4 @l4 end |
#row ⇒ Object
Returns the value of attribute row
278 279 280 |
# File 'lib/wiki2doc/wiki2docgenerator.rb', line 278 def row @row end |
#tab ⇒ Object
Returns the value of attribute tab
278 279 280 |
# File 'lib/wiki2doc/wiki2docgenerator.rb', line 278 def tab @tab end |