Class: Taoism::Nodes::Index
- Inherits:
-
Struct
- Object
- Struct
- Taoism::Nodes::Index
- Defined in:
- lib/taoism/nodes.rb
Instance Attribute Summary collapse
-
#end ⇒ Object
Returns the value of attribute end.
-
#index ⇒ Object
Returns the value of attribute index.
-
#start ⇒ Object
Returns the value of attribute start.
-
#target ⇒ Object
Returns the value of attribute target.
Instance Attribute Details
#end ⇒ Object
Returns the value of attribute end
32 33 34 |
# File 'lib/taoism/nodes.rb', line 32 def end @end end |
#index ⇒ Object
Returns the value of attribute index
32 33 34 |
# File 'lib/taoism/nodes.rb', line 32 def index @index end |
#start ⇒ Object
Returns the value of attribute start
32 33 34 |
# File 'lib/taoism/nodes.rb', line 32 def start @start end |
#target ⇒ Object
Returns the value of attribute target
32 33 34 |
# File 'lib/taoism/nodes.rb', line 32 def target @target end |