Module: DaVinciPASTestKit::UserInputResponse::ClassMethods
- Defined in:
- lib/davinci_pas_test_kit/client/user_input_response.rb
Instance Method Summary collapse
Instance Method Details
#inquire_respond_with(key) ⇒ Object
59 60 61 |
# File 'lib/davinci_pas_test_kit/client/user_input_response.rb', line 59 def inquire_respond_with(key) config options: { inquire_respond_with: key } end |
#submit_respond_with(key) ⇒ Object
55 56 57 |
# File 'lib/davinci_pas_test_kit/client/user_input_response.rb', line 55 def submit_respond_with(key) config options: { submit_respond_with: key } end |