module Selligent::Client::Status

Implements the Status endpoint

/Status

Public Instance Methods

status() click to toggle source

Get the Selligent status

# File lib/selligent/client/status.rb, line 10
def status
  get "#{root_url}/Status"
end