Class: Miasma::Models::Queuing::Queues
- Inherits:
-
Types::Collection
- Object
- Types::Collection
- Miasma::Models::Queuing::Queues
- Defined in:
- lib/miasma/models/queuing/queues.rb
Overview
Abstract queues collection
Instance Attribute Summary
Attributes inherited from Types::Collection
Instance Method Summary collapse
-
#filter(options = {}) ⇒ Array<Queue>
Return queues matching given filter.
-
#model ⇒ Queue
Collection item class.
Methods inherited from Types::Collection
#all, #build, #from_json, #get, #initialize, #reload, #to_json
Methods included from Utils::ApiMethoding
Constructor Details
This class inherits a constructor from Miasma::Types::Collection
Instance Method Details
#filter(options = {}) ⇒ Array<Queue>
Return queues matching given filter
14 15 16 |
# File 'lib/miasma/models/queuing/queues.rb', line 14 def filter( = {}) raise NotImplementedError end |