class Swagger::Info

Included Modules

Defined in:

swagger/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]

Instance Method Detail

def description : String | Nil #

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

[View source]
def title : String #

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

[View source]
def version : String | Nil #

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

[View source]