class AzuCLI::OpenAPI::Parameter

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 deprecated : Bool | Nil #

[View source]
def deprecated=(deprecated : Bool | Nil) #

[View source]
def description : String | Nil #

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

[View source]
def in : String #

[View source]
def in=(in __arg0 : String) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def ref : String | Nil #

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

[View source]
def required : Bool | Nil #

[View source]
def required=(required : Bool | Nil) #

[View source]
def schema : Schema | Nil #

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

[View source]