Class: ChangeHealthcare::Configuration
- Inherits:
-
Object
- Object
- ChangeHealthcare::Configuration
- Defined in:
- lib/change_healthcare.rb
Instance Attribute Summary collapse
-
#base_api_url ⇒ Object
Returns the value of attribute base_api_url.
-
#base_url ⇒ Object
Returns the value of attribute base_url.
-
#facility ⇒ Object
Returns the value of attribute facility.
-
#password ⇒ Object
Returns the value of attribute password.
-
#portal_url ⇒ Object
Returns the value of attribute portal_url.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
Instance Attribute Details
#base_api_url ⇒ Object
Returns the value of attribute base_api_url.
46 47 48 |
# File 'lib/change_healthcare.rb', line 46 def base_api_url @base_api_url end |
#base_url ⇒ Object
Returns the value of attribute base_url.
46 47 48 |
# File 'lib/change_healthcare.rb', line 46 def base_url @base_url end |
#facility ⇒ Object
Returns the value of attribute facility.
46 47 48 |
# File 'lib/change_healthcare.rb', line 46 def facility @facility end |
#password ⇒ Object
Returns the value of attribute password.
46 47 48 |
# File 'lib/change_healthcare.rb', line 46 def password @password end |
#portal_url ⇒ Object
Returns the value of attribute portal_url.
46 47 48 |
# File 'lib/change_healthcare.rb', line 46 def portal_url @portal_url end |
#user_id ⇒ Object
Returns the value of attribute user_id.
46 47 48 |
# File 'lib/change_healthcare.rb', line 46 def user_id @user_id end |