Sha256: 0c2bf8401b26cad430f577b6161e1ac4de2905a1ac5d879cac3fdbce23fb78c6

Contents?: true

Size: 274 Bytes

Versions: 1

Compression:

Stored size: 274 Bytes

Contents

module BacklogKit
  class Client

    # Methods for the Resolution API
    module Resolution

      # Get list of resolutions
      #
      # @return [BacklogKit::Response] List of resolutions
      def get_resolutions
        get('resolutions')
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
backlog_kit-0.13.0 lib/backlog_kit/client/resolution.rb