Class: VAProfile::Communication::Configuration
- Inherits:
-
VAProfile::Configuration
- Object
- Common::Client::Configuration::Base
- Common::Client::Configuration::REST
- VAProfile::Configuration
- VAProfile::Communication::Configuration
- Defined in:
- lib/va_profile/communication/configuration.rb
Constant Summary
Constants inherited from VAProfile::Configuration
VAProfile::Configuration::SETTINGS
Instance Attribute Summary
Attributes inherited from Common::Client::Configuration::Base
#base_request_headers, #open_timeout, #read_timeout, #request_types, #user_agent
Instance Method Summary collapse
Methods inherited from VAProfile::Configuration
base_request_headers, #connection, #mock_enabled?
Methods inherited from Common::Client::Configuration::Base
#breakers_error_threshold, #breakers_exception_handler, #breakers_matcher, #breakers_service, #create_new_breakers_service, #current_module, #request_options, #service_exception
Instance Method Details
#base_path ⇒ Object
6 7 8 |
# File 'lib/va_profile/communication/configuration.rb', line 6 def base_path "#{VAProfile::Configuration::SETTINGS.url}/communication-hub/communication/v1/" end |
#service_name ⇒ Object
10 11 12 |
# File 'lib/va_profile/communication/configuration.rb', line 10 def service_name 'VAProfile/Communication' end |