Class: ChangeHealthcare::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#base_api_urlObject

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_urlObject

Returns the value of attribute base_url.



46
47
48
# File 'lib/change_healthcare.rb', line 46

def base_url
  @base_url
end

#facilityObject

Returns the value of attribute facility.



46
47
48
# File 'lib/change_healthcare.rb', line 46

def facility
  @facility
end

#passwordObject

Returns the value of attribute password.



46
47
48
# File 'lib/change_healthcare.rb', line 46

def password
  @password
end

#portal_urlObject

Returns the value of attribute portal_url.



46
47
48
# File 'lib/change_healthcare.rb', line 46

def portal_url
  @portal_url
end

#user_idObject

Returns the value of attribute user_id.



46
47
48
# File 'lib/change_healthcare.rb', line 46

def user_id
  @user_id
end