Module: BacklogKit::Client::Status
- Included in:
- BacklogKit::Client
- Defined in:
- lib/backlog_kit/client/status.rb
Overview
Methods for the Status API
Instance Method Summary collapse
-
#get_statuses ⇒ BacklogKit::Response
Get list of statuses.
Instance Method Details
#get_statuses ⇒ BacklogKit::Response
Get list of statuses
8 9 10 |
# File 'lib/backlog_kit/client/status.rb', line 8 def get_statuses get('statuses') end |