Method: ElasticRecord::Relation::SearchMethods#offset

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

#offset(value) ⇒ Object



103
104
105
# File 'lib/elastic_record/relation/search_methods.rb', line 103

def offset(value)
  clone.offset! value
end