Module: PUBG::Client::Status
- Included in:
- PUBG::Client
- Defined in:
- lib/pubg/client/status.rb
Overview
Methods for Status API
Instance Method Summary collapse
-
#status ⇒ Object
Get the current API Status.
Instance Method Details
#status ⇒ Object
Get the current API Status
12 13 14 |
# File 'lib/pubg/client/status.rb', line 12 def status get('status') end |