Class: DaVinciPASTestKit::DaVinciPASV201::PASClientResponseAttest
- Inherits:
-
Inferno::Test
- Object
- Inferno::Test
- DaVinciPASTestKit::DaVinciPASV201::PASClientResponseAttest
show all
- Includes:
- URLs
- Defined in:
- lib/davinci_pas_test_kit/custom_groups/v2.0.1/client_tests/pas_client_response_attest.rb
Instance Method Summary
collapse
Methods included from URLs
#base_url, #fhir_base_url, #fhir_subscription_url, #inquire_url, #registration_url, #resume_fail_url, #resume_pass_url, #resume_skip_url, #session_fhir_base_url, #session_fhir_subscription_url, #session_inquire_url, #session_submit_url, #submit_url, #suite_id, #token_url, #udap_discovery_url
Instance Method Details
#attest_message ⇒ Object
20
21
22
|
# File 'lib/davinci_pas_test_kit/custom_groups/v2.0.1/client_tests/pas_client_response_attest.rb', line 20
def attest_message
config.options[:attest_message]
end
|
#workflow_name ⇒ Object
24
25
26
27
28
29
30
31
32
33
|
# File 'lib/davinci_pas_test_kit/custom_groups/v2.0.1/client_tests/pas_client_response_attest.rb', line 24
def workflow_name
case workflow_tag
when APPROVAL_WORKFLOW_TAG
'Approval'
when DENIAL_WORKFLOW_TAG
'Denial'
when PENDED_WORKFLOW_TAG
'Pended'
end
end
|
#workflow_tag ⇒ Object
16
17
18
|
# File 'lib/davinci_pas_test_kit/custom_groups/v2.0.1/client_tests/pas_client_response_attest.rb', line 16
def workflow_tag
config.options[:workflow_tag]
end
|