Module: MShealth

Defined in:
lib/MShealth.rb,
lib/MShealth/mash.rb,
lib/MShealth/client.rb,
lib/MShealth/errors.rb,
lib/MShealth/version.rb,
lib/MShealth/configuration.rb

Defined Under Namespace

Modules: Errors Classes: Client, Configuration, Mash

Constant Summary collapse

VERSION =
"0.1.0"
DEFAULT_VERSION =
"V1"

Class Method Summary collapse

Class Method Details

.clientObject



12
13
14
# File 'lib/MShealth.rb', line 12

def client
  @client ||= Client.new
end

.configure(&block) ⇒ Object



16
17
18
# File 'lib/MShealth.rb', line 16

def configure(&block)
  client.configure(&block)
end