Class: InformantCommon::Event::MockFormSubmission

Inherits:
FormSubmission show all
Defined in:
lib/informant-common/event/mock_form_submission.rb

Instance Attribute Summary

Attributes inherited from FormSubmission

#handler

Instance Method Summary collapse

Methods inherited from FormSubmission

#as_json, endpoint, #to_json, #valid?

Methods inherited from Base

authorization_header_value, #authorization_header_value, #endpoint, endpoint, net_http_start_arguments, #net_http_start_arguments, #post_request

Instance Method Details

#modelsObject



6
7
8
# File 'lib/informant-common/event/mock_form_submission.rb', line 6

def models
  []
end

#process_model(_model) ⇒ Object



4
# File 'lib/informant-common/event/mock_form_submission.rb', line 4

def process_model(_model); end