class AzuCLI::OpenAPI::Header

Included Modules

Defined in:

azu_cli/openapi/spec.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def description : String | Nil #

[View source]
def description=(description : String | Nil) #

[View source]
def schema : Schema | Nil #

[View source]
def schema=(schema : Schema | Nil) #

[View source]