struct OpenAPI::Response

Included Modules

Defined in:

open_api/response.cr

Constructors

Instance Method Summary

Constructor methods inherited from module OpenAPI::Object

new(**args) new

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

def self.new(pull : JSON::PullParser) #

Instance Method Detail

def content : Hash(String, MediaType) | Nil #

def description : String #

def headers : Hash(String, Header | Reference) | Nil #

def links : Hash(String, Link | Reference) | Nil #