struct Swagger::Objects::Example

Overview

Example Object

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

Included Modules

Defined in:

swagger/objects/example.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(summary : String? = nil, description : String? = nil, value : String? = nil, external_value : String? = nil, ref : String? = nil) #

[View source]

Instance Method Detail

def description : String? #

[View source]
def external_value : String? #

[View source]
def ref : String? #

[View source]
def summary : String? #

[View source]
def value : String? #

[View source]