class Cb::Responses::ApplicationExternal::SubmitApplication
Protected Instance Methods
extract_models()
click to toggle source
# File lib/cb/responses/application_external/submit_application.rb, line 29 def extract_models model = Model.new model.apply_url = response[apply_url] model end
hash_containing_metadata()
click to toggle source
# File lib/cb/responses/application_external/submit_application.rb, line 21 def hash_containing_metadata response end
validate_api_hash()
click to toggle source
# File lib/cb/responses/application_external/submit_application.rb, line 25 def validate_api_hash required_response_field(apply_url, response) end
Private Instance Methods
apply_url()
click to toggle source
# File lib/cb/responses/application_external/submit_application.rb, line 37 def apply_url 'ApplyUrl' end