Sha256: e01cc708abbc78ee1b6f63df503b7b60f9fc7eea281f55b8b96ed062005655dd
Contents?: true
Size: 254 Bytes
Versions: 1
Compression:
Stored size: 254 Bytes
Contents
module BacklogKit class Client # Methods for the Status API module Status # Get list of statuses # # @return [BacklogKit::Response] List of statuses def get_statuses get('statuses') 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/status.rb |