class Open::Api::Response
- Open::Api::Response
- Reference
- Object
Included Modules
- JSON::Serializable
- YAML::Serializable
Defined in:
open-api/response.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(description : String)
Instance Method Summary
- #content : Hash(String, Open::Api::MediaType)
- #content=(content : Hash(String, Open::Api::MediaType))
- #description : String
- #description=(description : String)
- #headers : Hash(String, Open::Api::Header)
- #headers=(headers : Hash(String, Open::Api::Header))