class MistralClient::Health

Constants

PATH

Public Class Methods

new(server) click to toggle source
Calls superclass method
# File lib/mistral_client/health.rb, line 5
def initialize(server)
  super()
  @server = server
end

Public Instance Methods

get() click to toggle source
# File lib/mistral_client/health.rb, line 10
def get
  @server.get(PATH.to_s)
end