class ActionController::OpenAPI::Parameter

Included Modules

Extended Modules

Defined in:

action-controller/open_api/parameter.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]
def self.new #

[View source]

Instance Method Detail

def description : String | Nil #

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

[View source]
def in : String | Nil #

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

[View source]
def name : String | Nil #

name and in not allowed for headers


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

name and in not allowed for headers


[View source]
def required : Bool | Nil #

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

[View source]
def schema : JSON::Any | Nil #

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

[View source]