Class: SQLPP::AST::Atom

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

Instance Attribute Summary collapse

Instance Attribute Details

#leftObject

Returns the value of attribute left

Returns:

  • (Object)

    the current value of left



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

def left
  @left
end

#rightObject

Returns the value of attribute right

Returns:

  • (Object)

    the current value of right



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

def right
  @right
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



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

def type
  @type
end