Class: MedpassResourceApi::Configuration
- Inherits:
-
Object
- Object
- MedpassResourceApi::Configuration
- Defined in:
- lib/medpass_resource_api/api.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#medpass_url ⇒ Object
Returns the value of attribute medpass_url.
-
#trust_root ⇒ Object
Returns the value of attribute trust_root.
Instance Attribute Details
#api_key ⇒ Object
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_url ⇒ Object
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_root ⇒ Object
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 |