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

Instance Method Details

#statusObject

Get the Selligent status



10
11
12
# File 'lib/selligent/client/status.rb', line 10

def status
  get "#{root_url}/Status"
end