lib/backlog_kit/client/status.rb in backlog_kit-0.12.1 vs lib/backlog_kit/client/status.rb in backlog_kit-0.13.0

- old
+ new

@@ -1,7 +1,13 @@ 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