Add skip criteria to query.
111 112 113 114
# File 'lib/frodata/query.rb', line 111 def skip(value) criteria_set[:skip] = value.to_i self end