class MShealth::Configuration

Attributes

api_version[RW]
token[RW]

Public Class Methods

new() click to toggle source
# File lib/MShealth/configuration.rb, line 8
def initialize
  @api_version = DEFAULT_VERSION
end