Module: Selligent::Client::Status
- Included in:
- Selligent::Client
- Defined in:
- lib/selligent/client/status.rb
Overview
Implements the Status endpoint
/Status
Instance Method Summary collapse
-
#status ⇒ Object
Get the Selligent status.
Instance Method Details
#status ⇒ Object
Get the Selligent status
10 11 12 |
# File 'lib/selligent/client/status.rb', line 10 def status get "#{root_url}/Status" end |