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