module Goraku::Client::Status

Public Instance Methods

status() click to toggle source
# File lib/goraku/client/status.rb, line 5
def status
  get "/status.json"
end