Method: ElasticRecord::Relation::SearchMethods#offset!
- Defined in:
- lib/elastic_record/relation/search_methods.rb
#offset!(value) ⇒ Object
98 99 100 101 |
# File 'lib/elastic_record/relation/search_methods.rb', line 98 def offset!(value) self.offset_value = value self end |