struct Swagger::Objects::Info
- Swagger::Objects::Info
- Struct
- Value
- Object
Overview
Info Object
See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.3.md#infoObject
Included Modules
- JSON::Serializable
Defined in:
swagger/objects/info.crConstructors
- .new(title : String, version : String, description : String? = nil, terms_url : String? = nil, license : License? = nil, contact : Contact? = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #contact : Contact?
- #description : String?
- #license : License?
- #terms_url : String?
- #title : String
- #version : String
Constructor Detail
def self.new(title : String, version : String, description : String? = nil, terms_url : String? = nil, license : License? = nil, contact : Contact? = nil)
#