struct Swagger::Objects::Link

Overview

Link Object

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

Included Modules

Defined in:

swagger/objects/link.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(operation_ref : String? = nil, operation_id : String? = nil, parameters : Hash(String, String)? = nil, request_body : String? = nil, description : String? = nil, server : Server? = nil, ref : String? = nil) #

[View source]

Instance Method Detail

def description : String? #

[View source]
def operation_id : String? #

[View source]
def operation_ref : String? #

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

[View source]
def ref : String? #

[View source]
def request_body : String? #

[View source]
def server : Server? #

[View source]