Class: Taoism::Nodes::ListLit
- Inherits:
-
Struct
- Object
- Struct
- Taoism::Nodes::ListLit
- Defined in:
- lib/taoism/nodes.rb
Instance Attribute Summary collapse
-
#elements ⇒ Object
Returns the value of attribute elements.
-
#end ⇒ Object
Returns the value of attribute end.
-
#start ⇒ Object
Returns the value of attribute start.
Instance Attribute Details
#elements ⇒ Object
Returns the value of attribute elements
42 43 44 |
# File 'lib/taoism/nodes.rb', line 42 def elements @elements end |
#end ⇒ Object
Returns the value of attribute end
42 43 44 |
# File 'lib/taoism/nodes.rb', line 42 def end @end end |
#start ⇒ Object
Returns the value of attribute start
42 43 44 |
# File 'lib/taoism/nodes.rb', line 42 def start @start end |