Sha256: df0ce8148a1a2dbe3a29cc55193bb4e511847f2d74bb45aae7a2c20629b1008c
Contents?: true
Size: 266 Bytes
Versions: 1
Compression:
Stored size: 266 Bytes
Contents
module BacklogKit class Client # Methods for the Priority API module Priority # Get list of priorities # # @return [BacklogKit::Response] List of priorities def get_priorities get('priorities') 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/priority.rb |