Method: ElasticRecord::Relation::SearchMethods#query!
- Defined in:
- lib/elastic_record/relation/search_methods.rb
#query!(value) ⇒ Object
67 68 69 70 |
# File 'lib/elastic_record/relation/search_methods.rb', line 67 def query!(value) self.query_value = value self end |