class Open::Api::Info
- Open::Api::Info
- Reference
- Object
Included Modules
- JSON::Serializable
- YAML::Serializable
Defined in:
open-api/info.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(title : String)
Instance Method Summary
- #contact : Contact
- #contact=(contact : Contact)
- #description : String | Nil
- #description=(description : String | Nil)
- #license : License
- #license=(license : License)
- #terms_of_service : String | Nil
- #terms_of_service=(terms_of_service : String | Nil)
- #title : String
- #title=(title : String)
- #version : String
- #version=(version : String)