class Redoc::Parameter
- Redoc::Parameter
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
redoc/types.crConstructors
Instance Method Summary
- #block=(block : Bool)
- #block? : Bool
- #default_value : String | Nil
- #default_value=(default_value : String | Nil)
- #double_splat=(double_splat : Bool)
- #double_splat? : Bool
- #name : String
- #name=(name : String)
- #splat=(splat : Bool)
- #splat? : Bool
- #type : String | Nil
- #type=(type : String | Nil)