Module: DaVinciPASTestKit::UserInputResponse::ClassMethods
- Defined in:
- lib/davinci_pas_test_kit/user_input_response.rb
Instance Method Summary collapse
Instance Method Details
#inquire_respond_with(key) ⇒ Object
30 31 32 |
# File 'lib/davinci_pas_test_kit/user_input_response.rb', line 30 def inquire_respond_with(key) config options: { inquire_respond_with: key } end |
#submit_respond_with(key) ⇒ Object
26 27 28 |
# File 'lib/davinci_pas_test_kit/user_input_response.rb', line 26 def submit_respond_with(key) config options: { submit_respond_with: key } end |