Class: EVSS::DisabilityCompensationForm::Dvp::Configuration

Inherits:
Configuration show all
Defined in:
lib/evss/disability_compensation_form/dvp/configuration.rb

Overview

An extension of the EVSS::DisabilityCompensationForm::Configuration that points to the Digital Veterans Platform

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 Configuration

#mock_enabled?, #service_name

Methods inherited from Configuration

#cert?, #client_cert, #client_key, #connection, #mock_enabled?, #root_ca, #set_evss_middlewares, #ssl_options

Methods inherited from Common::Client::Configuration::Base

#breakers_error_threshold, #breakers_exception_handler, #breakers_matcher, #breakers_service, #create_new_breakers_service, #request_options, #service_exception, #service_name

Instance Method Details

#base_pathObject



9
10
11
# File 'lib/evss/disability_compensation_form/dvp/configuration.rb', line 9

def base_path
  "#{Settings.evss.dvp.url}/#{Settings.evss.service_name}/rest/form526/v2"
end