Class: Taoism::Nodes::FloatLit
- Inherits:
-
Struct
- Object
- Struct
- Taoism::Nodes::FloatLit
- Defined in:
- lib/taoism/nodes.rb
Instance Attribute Summary collapse
-
#end ⇒ Object
Returns the value of attribute end.
-
#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
38 39 40 |
# File 'lib/taoism/nodes.rb', line 38 def end @end end |
#start ⇒ Object
Returns the value of attribute start
38 39 40 |
# File 'lib/taoism/nodes.rb', line 38 def start @start end |
#value ⇒ Object
Returns the value of attribute value
38 39 40 |
# File 'lib/taoism/nodes.rb', line 38 def value @value end |