module Ehrmagerd

Constants

VERSION

Public Class Methods

api_token() click to toggle source
# File lib/ehrmagerd.rb, line 6
def api_token
  @api_token
end
api_token=(token) click to toggle source
# File lib/ehrmagerd.rb, line 10
def api_token=(token)
  @api_token = token
end