Sha256: 7449f40325985fa7e3f878a646e733b94f9859a717f1ad0f2747cf59fd72f6d0
Contents?: true
Size: 373 Bytes
Versions: 4
Compression:
Stored size: 373 Bytes
Contents
module ApiResource module Conditions # # Class to handle pagination params, passing # of pagination params along to the server, and the # retrieval of the headers from the response # # @author [dlangevin] # class WhereCondition < AbstractCondition def initialize(klass, opts) super(opts, klass) end end end end
Version data entries
4 entries across 4 versions & 1 rubygems