class AzuCLI::OpenAPI::Info

Included Modules

Defined in:

azu_cli/openapi/spec.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 = "API", version : String = "1.0.0") #

[View source]

Instance Method Detail

def contact : Contact | Nil #

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

[View source]
def description : String | Nil #

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

[View source]
def license : License | Nil #

[View source]
def license=(license : License | 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]