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_subscription_url, #inquire_url, #resume_fail_url, #resume_pass_url, #submit_url, #suite_id, #token_url
Instance Method Details
#attest_message ⇒ Object
26
27
28
|
# File 'lib/davinci_pas_test_kit/custom_groups/v2.0.1/client_tests/pas_client_response_attest.rb', line 26
def attest_message
config.options[:attest_message]
end
|
#workflow_tag ⇒ Object
22
23
24
|
# File 'lib/davinci_pas_test_kit/custom_groups/v2.0.1/client_tests/pas_client_response_attest.rb', line 22
def workflow_tag
config.options[:workflow_tag]
end
|