class ActionController::OpenAPI::Operation
- ActionController::OpenAPI::Operation
- Reference
- Object
Included Modules
- JSON::Serializable
- YAML::Serializable
Extended Modules
- JSON::Schema
Defined in:
action-controller/open_api/operation.crConstructors
Instance Method Summary
- #description : String | Nil
- #description=(description : String | Nil)
- #operation_id : String | Nil
- #operation_id=(operation_id : String | Nil)
- #parameters : Array(Parameter) | Nil
- #parameters=(parameters : Array(Parameter) | Nil)
- #request_body : Response | Nil
- #request_body=(request_body : Response | Nil)
- #responses : Hash(Int32, Response)
- #responses=(responses : Hash(Int32, Response))
- #summary : String | Nil
- #summary=(summary : String | Nil)
- #tags : Array(String)
- #tags=(tags : Array(String))