Class: Taoism::Nodes::ListLit

Inherits:
Struct
  • Object
show all
Defined in:
lib/taoism/nodes.rb

Instance Attribute Summary collapse

Instance Attribute Details

#elementsObject

Returns the value of attribute elements

Returns:

  • (Object)

    the current value of elements



42
43
44
# File 'lib/taoism/nodes.rb', line 42

def elements
  @elements
end

#endObject

Returns the value of attribute end

Returns:

  • (Object)

    the current value of end



42
43
44
# File 'lib/taoism/nodes.rb', line 42

def end
  @end
end

#startObject

Returns the value of attribute start

Returns:

  • (Object)

    the current value of start



42
43
44
# File 'lib/taoism/nodes.rb', line 42

def start
  @start
end