Class: Elasticfusion::Search::Query::PolyadicExpression

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

Overview

See visitors/polyadic_tree_visitor.rb

Instance Attribute Summary collapse

Instance Attribute Details

#childrenObject

Returns the value of attribute children

Returns:

  • (Object)

    the current value of children



8
9
10
# File 'lib/elasticfusion/search/query/ast.rb', line 8

def children
  @children
end

#opObject

Returns the value of attribute op

Returns:

  • (Object)

    the current value of op



8
9
10
# File 'lib/elasticfusion/search/query/ast.rb', line 8

def op
  @op
end