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