Class: Taoism::Nodes::LetPair
- Inherits:
-
Struct
- Object
- Struct
- Taoism::Nodes::LetPair
- Defined in:
- lib/taoism/nodes.rb
Instance Attribute Summary collapse
-
#end ⇒ Object
Returns the value of attribute end.
-
#expr ⇒ Object
Returns the value of attribute expr.
-
#first ⇒ Object
Returns the value of attribute first.
-
#second ⇒ Object
Returns the value of attribute second.
-
#start ⇒ Object
Returns the value of attribute start.
Instance Attribute Details
#end ⇒ Object
Returns the value of attribute end
8 9 10 |
# File 'lib/taoism/nodes.rb', line 8 def end @end end |
#expr ⇒ Object
Returns the value of attribute expr
8 9 10 |
# File 'lib/taoism/nodes.rb', line 8 def expr @expr end |
#first ⇒ Object
Returns the value of attribute first
8 9 10 |
# File 'lib/taoism/nodes.rb', line 8 def first @first end |
#second ⇒ Object
Returns the value of attribute second
8 9 10 |
# File 'lib/taoism/nodes.rb', line 8 def second @second end |
#start ⇒ Object
Returns the value of attribute start
8 9 10 |
# File 'lib/taoism/nodes.rb', line 8 def start @start end |