module MShealth

Constants

DEFAULT_VERSION
VERSION

Public Class Methods

client() click to toggle source
# File lib/MShealth.rb, line 12
def client
  @client ||= Client.new
end
configure(&block) click to toggle source
# File lib/MShealth.rb, line 16
def configure(&block)
  client.configure(&block)
end