struct Swagger::Server

Defined in:

swagger/server.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(url : String, description : String | Nil = nil, variables : Array(Variable) | Nil = nil) #

[View source]

Instance Method Detail

def description : String? #

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

[View source]
def url : String #

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

[View source]
def variables : Array(Swagger::Server::Variable)? #

[View source]
def variables=(variables : Nil | Array(Swagger::Server::Variable)) #

[View source]