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 = nil, operation_id : String | Nil = nil, parameters : Hash(String, String) | Nil = nil, request_body : String | Nil = nil, description : String | Nil = nil, server : Server | Nil = nil, ref : String | Nil = nil) #

[View source]

Instance Method Detail

def description : String | Nil #

[View source]
def operation_id : String | Nil #

[View source]
def operation_ref : String | Nil #

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

[View source]
def ref : String | Nil #

[View source]
def request_body : String | Nil #

[View source]
def server : Server | Nil #

[View source]