Class: DaVinciPASTestKit::DaVinciPASV201::PASClientResponseAttest

Inherits:
Inferno::Test
  • Object
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_messageObject



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_nameObject



30
31
32
33
34
35
36
37
38
39
# File 'lib/davinci_pas_test_kit/custom_groups/v2.0.1/client_tests/pas_client_response_attest.rb', line 30

def workflow_name
  case workflow_tag
  when APPROVAL_WORKFLOW_TAG
    'Approval'
  when DENIAL_WORKFLOW_TAG
    'Denial'
  when PENDED_WORKFLOW_TAG
    'Pended'
  end
end

#workflow_tagObject



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