Class: Taoism::Nodes::Const
- Inherits:
-
Struct
- Object
- Struct
- Taoism::Nodes::Const
- 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.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#end ⇒ Object
Returns the value of attribute end
10 11 12 |
# File 'lib/taoism/nodes.rb', line 10 def end @end end |
#name ⇒ Object
Returns the value of attribute name
10 11 12 |
# File 'lib/taoism/nodes.rb', line 10 def name @name end |
#start ⇒ Object
Returns the value of attribute start
10 11 12 |
# File 'lib/taoism/nodes.rb', line 10 def start @start end |
#value ⇒ Object
Returns the value of attribute value
10 11 12 |
# File 'lib/taoism/nodes.rb', line 10 def value @value end |