Class: YandexTracker::Resources::Resolution
- Defined in:
- lib/yandex_tracker/resources/resolution.rb
Overview
Resources::Resolution
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#delete, #get, #initialize, #patch, #post, #put
Constructor Details
This class inherits a constructor from YandexTracker::Resources::Base
Instance Method Details
#find(id) ⇒ Object
13 14 15 |
# File 'lib/yandex_tracker/resources/resolution.rb', line 13 def find(id) get("resolutions/#{id}") end |
#list(**params) ⇒ Object
9 10 11 |
# File 'lib/yandex_tracker/resources/resolution.rb', line 9 def list(**params) get("resolutions", params) end |