class Swagger::Header
- Swagger::Header
- Reference
- Object
Included Modules
- JSON::Serializable
- YAML::Serializable
Defined in:
swagger/header.crConstructors
Instance Method Summary
- #collectionFormat : String | Nil
- #collectionFormat=(collectionFormat : String | Nil)
- #description : String | Nil
- #description=(description : String | Nil)
- #enum : Array(String) | Nil
- #enum=(enum __arg0 : Array(String) | Nil)
- #format : String | Nil
- #format=(format : String | Nil)
- #items : String
- #items=(items : String)
- #items? : String | Nil
- #type : String
- #type=(type : String)