class Cuprum::Collections::Basic::Commands::FindMatching

Command for querying filtered, ordered data from a basic collection.

Private Instance Methods

build_query() click to toggle source
# File lib/cuprum/collections/basic/commands/find_matching.rb, line 122
def build_query
  Cuprum::Collections::Basic::Query.new(data)
end