struct Swagger::Objects::Info::License

Overview

License Object

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

Included Modules

Defined in:

swagger/objects/info.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

[View source]

Instance Method Detail

def name : String #

[View source]
def url : String? #

[View source]