Module: BacklogKit::Client::Resolution
- Included in:
- BacklogKit::Client
- Defined in:
- lib/backlog_kit/client/resolution.rb
Overview
Methods for the Resolution API
Instance Method Summary collapse
-
#get_resolutions ⇒ BacklogKit::Response
Get list of resolutions.
Instance Method Details
#get_resolutions ⇒ BacklogKit::Response
Get list of resolutions
8 9 10 |
# File 'lib/backlog_kit/client/resolution.rb', line 8 def get_resolutions get('resolutions') end |