Module: Subordinate::Client::Queue
- Included in:
- Subordinate::Client
- Defined in:
- lib/subordinate/client/queue.rb
Overview
Queue management and configuration
Instance Method Summary collapse
-
#build_queue(options = {}) ⇒ Hashie::Mash
Returns the current build queue for the system.
Instance Method Details
#build_queue(options = {}) ⇒ Hashie::Mash
Returns the current build queue for the system
18 19 20 |
# File 'lib/subordinate/client/queue.rb', line 18 def build_queue( = {}) get("queue/api/json", ) end |