struct OpenAPI::Info

Included Modules

Defined in:

open_api/info.cr

Constructors

Instance Method Summary

Constructor methods inherited from module OpenAPI::Object

new(*, __mass_assignable_attributes args : T) forall T new

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

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

def self.new(**args) #

[View source]

Instance Method Detail

def contact : Contact | Nil #

def description : String | Nil #

def license : License | Nil #

def terms_of_service : String | Nil #

def title : String #

def version : String #