Class: Elasticfusion::Search::Query::Expression

Inherits:
Struct
  • Object
show all
Defined in:
lib/elasticfusion/search/query/ast.rb

Instance Attribute Summary collapse

Instance Attribute Details

#leftObject

Returns the value of attribute left

Returns:

  • (Object)

    the current value of left



5
6
7
# File 'lib/elasticfusion/search/query/ast.rb', line 5

def left
  @left
end

#opObject

Returns the value of attribute op

Returns:

  • (Object)

    the current value of op



5
6
7
# File 'lib/elasticfusion/search/query/ast.rb', line 5

def op
  @op
end

#rightObject

Returns the value of attribute right

Returns:

  • (Object)

    the current value of right



5
6
7
# File 'lib/elasticfusion/search/query/ast.rb', line 5

def right
  @right
end