class Open::Api::Info

Included Modules

Defined in:

open-api/info.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

[View source]
def self.new(title : String) #

[View source]

Instance Method Detail

def contact : Contact #

[View source]
def contact=(contact : Contact) #

[View source]
def description : String | Nil #

[View source]
def description=(description : String | Nil) #

[View source]
def license : License #

[View source]
def license=(license : License) #

[View source]
def terms_of_service : String | Nil #

[View source]
def terms_of_service=(terms_of_service : String | Nil) #

[View source]
def title : String #

[View source]
def title=(title : String) #

[View source]
def version : String #

[View source]
def version=(version : String) #

[View source]