lib/backlog_kit/client/resolution.rb in backlog_kit-0.12.1 vs lib/backlog_kit/client/resolution.rb in backlog_kit-0.13.0
- old
+ new
@@ -1,7 +1,13 @@
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