class
AzuCLI::OpenAPI::Info
- AzuCLI::OpenAPI::Info
- Reference
- Object
Included Modules
- JSON::Serializable
- YAML::Serializable
Defined in:
azu_cli/openapi/spec.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(title : String = "API", version : String = "1.0.0")
Instance Method Summary
- #contact : Contact | Nil
- #contact=(contact : Contact | Nil)
- #description : String | Nil
- #description=(description : String | Nil)
- #license : License | Nil
- #license=(license : License | Nil)
- #title : String
- #title=(title : String)
- #version : String
- #version=(version : String)