struct Swagger::Objects::Info

Overview

Info Object

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

Included Modules

Defined in:

swagger/objects/info.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(title : String, version : String, description : String? = nil, terms_url : String? = nil, license : License? = nil, contact : Contact? = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def contact : Contact? #

[View source]
def description : String? #

[View source]
def license : License? #

[View source]
def terms_url : String? #

[View source]
def title : String #

[View source]
def version : String #

[View source]