Method: OpenapiFirst::ResponseValidator#call
- Defined in:
- lib/openapi_first/response_validator.rb
#call(parsed_response) ⇒ Object
20 21 22 23 24 25 |
# File 'lib/openapi_first/response_validator.rb', line 20 def call(parsed_response) catch FAILURE do @validators.each { |v| v.call(parsed_response) } nil end end |