Class: MedpassResourceApi::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/medpass_resource_api/api.rb

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyObject

Returns the value of attribute api_key.



8
9
10
# File 'lib/medpass_resource_api/api.rb', line 8

def api_key
  @api_key
end

#medpass_urlObject

Returns the value of attribute medpass_url.



9
10
11
# File 'lib/medpass_resource_api/api.rb', line 9

def medpass_url
  @medpass_url
end

#trust_rootObject

Returns the value of attribute trust_root.



10
11
12
# File 'lib/medpass_resource_api/api.rb', line 10

def trust_root
  @trust_root
end