Class: OpenapiContracts::Validators::Documented

Inherits:
Base
  • Object
show all
Defined in:
lib/openapi_contracts/validators/documented.rb

Overview

Purpose of this validator

  • ensure the operation is documented (combination http-method + path)

  • ensure the response-status is documented on the operation

Method Summary

Methods inherited from Base

#call, #initialize

Methods included from Helper

#http_status_desc

Constructor Details

This class inherits a constructor from OpenapiContracts::Validators::Base