struct Swagger::Objects::Server
- Swagger::Objects::Server
 - Struct
 - Value
 - Object
 
Overview
Server Object
See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.3.md#serverObject
Included Modules
- JSON::Serializable
 
Defined in:
swagger/objects/server.crConstructors
- .new(pull : JSON::PullParser)
 - .new(url : String, description : String | Nil = nil, variables : Hash(String, Variable) | Nil = nil)
 
Instance Method Summary
Constructor Detail
        
        def self.new(url : String, description : String | Nil = nil, variables : Hash(String, Variable) | Nil = nil)
        #