class Swagger::Parameter
- Swagger::Parameter
- Reference
- Object
Included Modules
- JSON::Serializable
- YAML::Serializable
Defined in:
swagger/parameter.crConstructors
Instance Method Summary
- #allowEmptyValue : Bool
- #allowEmptyValue=(allowEmptyValue : Bool)
- #body? : Bool
- #collectionFormat : String | Nil
- #collectionFormat=(collectionFormat : String | Nil)
- #collectionFormat? : String | Nil | Nil
- #default : Bool | Int64 | String
- #default=(default : Bool | Int64 | String)
- #default? : Bool | Int64 | 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)
- #formData? : Bool
- #header? : Bool
- #in : String
- #in=(in __arg0 : String)
- #items : Array(String) | Schema
- #items=(items : Array(String) | Schema)
- #items? : Array(String) | Schema | Nil
- #name : String
- #name=(name : String)
- #path? : Bool
- #query? : Bool
- #required : Bool
- #required=(required : Bool)
- #required? : Bool
- #schema : Schema
- #schema=(schema : Schema)
- #schema? : Schema | Nil
- #type : String | Nil
- #type=(type : String | Nil)
- #type? : String | Nil | Nil