class Swagger::Header

Included Modules

Defined in:

swagger/header.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 collectionFormat : String | Nil #

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

[View source]
def description : String | Nil #

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

[View source]
def enum : Array(String) | Nil #

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

[View source]
def format : String | Nil #

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

[View source]
def items : String #

def items=(items : String) #

[View source]
def items? : String | Nil #

def type : String #

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

[View source]