module BacklogKit::Client::Resolution

Methods for the Resolution API

Public Instance Methods

get_resolutions() click to toggle source

Get list of resolutions

@return [BacklogKit::Response] List of resolutions

# File lib/backlog_kit/client/resolution.rb, line 8
def get_resolutions
  get('resolutions')
end