struct Docker::Params
- Docker::Params
- Struct
- Value
- Object
Defined in:
docker/params.crConstructors
Class Method Summary
Instance Method Summary
- #add(name : String, value : Enumerable, collection_format : String | Nil = nil) : Nil
- #add(name : String, value, collection_format : String | Nil = nil) : Nil
- #encode(value : Enumerable, collection_format : String | Nil) : String
- #encode(value : Bool, collection_format : String | Nil = nil) : String
- #encode(value : String, collection_format : String | Nil = nil) : String
- #encode(value : Time, collection_format : String | Nil = nil) : String
- #encode(value, collection_format : String | Nil = nil) : String
Constructor Detail
Class Method Detail
Instance Method Detail
def add(name : String, value : Enumerable, collection_format : String | Nil = nil) : Nil
#