Class: Tango::Api::Resources::Status

Inherits:
Base
  • Object
show all
Defined in:
lib/tango/api/resources/status.rb

Overview

Resource for platform/system status checks.

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Tango::Api::Resources::Base

Instance Method Details

#getObject

GET /status



9
10
11
# File 'lib/tango/api/resources/status.rb', line 9

def get
  get_json("status")
end