struct Docker::Params

Defined in:

docker/params.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(qs : URI::Params::Builder) #

[View source]

Class Method Detail

def self.build(&) : String #

[View source]

Instance Method Detail

def add(name : String, value : Enumerable, collection_format : String | Nil = nil) : Nil #

[View source]
def add(name : String, value, collection_format : String | Nil = nil) : Nil #

[View source]
def encode(value : Enumerable, collection_format : String | Nil) : String #

[View source]
def encode(value : Bool, collection_format : String | Nil = nil) : String #

[View source]
def encode(value : String, collection_format : String | Nil = nil) : String #

[View source]
def encode(value : Time, collection_format : String | Nil = nil) : String #

[View source]
def encode(value, collection_format : String | Nil = nil) : String #

[View source]