Class: SQLPP::AST::Join

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



24
25
26
# File 'lib/sqlpp/ast.rb', line 24

def left
  @left
end

#onObject

Returns the value of attribute on

Returns:

  • (Object)

    the current value of on



24
25
26
# File 'lib/sqlpp/ast.rb', line 24

def on
  @on
end

#rightObject

Returns the value of attribute right

Returns:

  • (Object)

    the current value of right



24
25
26
# File 'lib/sqlpp/ast.rb', line 24

def right
  @right
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



24
25
26
# File 'lib/sqlpp/ast.rb', line 24

def type
  @type
end