Sha256: bbc5ac0b93cae04bddcc0008e0efd8b300fe5f47ba8c6ef712dc558cad700521
Contents?: true
Size: 272 Bytes
Versions: 6
Compression:
Stored size: 272 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
6 entries across 6 versions & 1 rubygems