Class: DaVinciPASTestKit::AbstractResponseAttest
- Inherits:
-
Inferno::Test
- Object
- Inferno::Test
- DaVinciPASTestKit::AbstractResponseAttest
show all
- Defined in:
- lib/davinci_pas_test_kit/client/abstract_response_attest.rb
Overview
abstract test, needs to be extended to include a version-specific URLs module
Instance Method Summary
collapse
Instance Method Details
#attest_message ⇒ Object
17
18
19
|
# File 'lib/davinci_pas_test_kit/client/abstract_response_attest.rb', line 17
def attest_message
config.options[:attest_message]
end
|
#workflow_tag ⇒ Object
13
14
15
|
# File 'lib/davinci_pas_test_kit/client/abstract_response_attest.rb', line 13
def workflow_tag
config.options[:workflow_tag]
end
|