Method: Elasticated::BooleanClause#initialize
- Defined in:
- lib/elasticated/boolean_clause.rb
#initialize ⇒ BooleanClause
Returns a new instance of BooleanClause.
9 10 11 |
# File 'lib/elasticated/boolean_clause.rb', line 9 def initialize self.conditions = Array.new end |