Class: Gemite::AST::ArrayLiteral

Inherits:
Struct
  • Object
show all
Defined in:
lib/gemite/ast.rb

Instance Attribute Summary collapse

Instance Attribute Details

#elementsObject

Returns the value of attribute elements

Returns:

  • (Object)

    the current value of elements



12
13
14
# File 'lib/gemite/ast.rb', line 12

def elements
  @elements
end