Method: ElasticRecord::Relation::SearchMethods#limit!

Defined in:
lib/elastic_record/relation/search_methods.rb

#limit!(value) ⇒ Object



89
90
91
92
# File 'lib/elastic_record/relation/search_methods.rb', line 89

def limit!(value)
  self.limit_value = value
  self
end