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