Class: Taoism::Nodes::Let
- Inherits:
-
Struct
- Object
- Struct
- Taoism::Nodes::Let
- Defined in:
- lib/taoism/nodes.rb
Overview
── Statements ──
Instance Attribute Summary collapse
-
#end ⇒ Object
Returns the value of attribute end.
-
#mutable ⇒ Object
Returns the value of attribute mutable.
-
#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
7 8 9 |
# File 'lib/taoism/nodes.rb', line 7 def end @end end |
#mutable ⇒ Object
Returns the value of attribute mutable
7 8 9 |
# File 'lib/taoism/nodes.rb', line 7 def mutable @mutable end |
#name ⇒ Object
Returns the value of attribute name
7 8 9 |
# File 'lib/taoism/nodes.rb', line 7 def name @name end |
#start ⇒ Object
Returns the value of attribute start
7 8 9 |
# File 'lib/taoism/nodes.rb', line 7 def start @start end |
#value ⇒ Object
Returns the value of attribute value
7 8 9 |
# File 'lib/taoism/nodes.rb', line 7 def value @value end |