Class: Tango::Api::Resources::Status
- Defined in:
- lib/tango/api/resources/status.rb
Overview
Resource for platform/system status checks.
Instance Method Summary collapse
-
#get ⇒ Object
GET /status.
Methods inherited from Base
Constructor Details
This class inherits a constructor from Tango::Api::Resources::Base
Instance Method Details
#get ⇒ Object
GET /status
9 10 11 |
# File 'lib/tango/api/resources/status.rb', line 9 def get get_json("status") end |