Class: Taoism::Nodes::BoolLit
- Inherits:
-
Struct
- Object
- Struct
- Taoism::Nodes::BoolLit
- 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
40 41 42 |
# File 'lib/taoism/nodes.rb', line 40 def end @end end |
#start ⇒ Object
Returns the value of attribute start
40 41 42 |
# File 'lib/taoism/nodes.rb', line 40 def start @start end |
#value ⇒ Object
Returns the value of attribute value
40 41 42 |
# File 'lib/taoism/nodes.rb', line 40 def value @value end |