Class: Elasticfusion::Search::Query::NegatedClause

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

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



10
11
12
# File 'lib/elasticfusion/search/query/ast.rb', line 10

def body
  @body
end