Class: YandexTracker::Collections::Queues
- Defined in:
- lib/yandex_tracker/collections/queues.rb
Overview
Collections::Queues
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
- #create(**attributes) ⇒ Object
- #find(id) ⇒ Object
-
#initialize(client) ⇒ Queues
constructor
A new instance of Queues.
- #list(**params) ⇒ Object
Methods inherited from Base
Constructor Details
Instance Method Details
#create(**attributes) ⇒ Object
19 20 21 22 |
# File 'lib/yandex_tracker/collections/queues.rb', line 19 def create(**attributes) response = resource.create(**attributes) build_object(Objects::Queue, response) end |