struct Swagger::Objects::Encoding

Overview

Encoding Object

See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.3.md#encodingObject

Included Modules

Defined in:

swagger/objects/encoding.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(content_type : String? = nil, headers : Hash(String, Header)? = nil, style : String? = nil, explode : Bool = false, allow_reserved : Bool = false) #

[View source]

Instance Method Detail

def allow_reserved : Bool #

[View source]
def content_type : String? #

[View source]
def explode : Bool #

[View source]
def headers : Hash(String, Header)? #

[View source]
def style : String? #

[View source]