struct Swagger::Objects::ExternalDocs

Overview

External Documentation Object

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

Included Modules

Defined in:

swagger/objects/external_docs.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(url : String, description : String? = nil) #

[View source]

Instance Method Detail

def description : String? #

[View source]
def url : String #

[View source]