class ActionController::OpenAPI::Path
- ActionController::OpenAPI::Path
- Reference
- Object
Included Modules
- JSON::Serializable
- YAML::Serializable
Extended Modules
- JSON::Schema
Defined in:
action-controller/open_api/path.crConstructors
Instance Method Summary
- #delete : Operation | Nil
- #delete=(delete : Operation | Nil)
- #description : String | Nil
- #description=(description : String | Nil)
- #get : Operation | Nil
- #get=(get : Operation | Nil)
- #head : Operation | Nil
- #head=(head : Operation | Nil)
- #options : Operation | Nil
- #options=(options : Operation | Nil)
- #patch : Operation | Nil
- #patch=(patch : Operation | Nil)
- #post : Operation | Nil
- #post=(post : Operation | Nil)
- #put : Operation | Nil
- #put=(put : Operation | Nil)
- #summary : String | Nil
- #summary=(summary : String | Nil)