class
AzuCLI::OpenAPI::Response
- AzuCLI::OpenAPI::Response
- Reference
- Object
Included Modules
- JSON::Serializable
- YAML::Serializable
Defined in:
azu_cli/openapi/spec.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(description : String = "Success")
Instance Method Summary
- #content : Hash(String, MediaType) | Nil
- #content=(content : Hash(String, MediaType) | Nil)
- #description : String
- #description=(description : String)
- #headers : Hash(String, Header) | Nil
- #headers=(headers : Hash(String, Header) | Nil)
- #ref : String | Nil
- #ref=(ref : String | Nil)