struct
Bai::RequestOptions
- Bai::RequestOptions
- Struct
- Value
- Object
Defined in:
bai/types.crConstructors
Instance Method Summary
- #clone
- #copy_with(explain _explain = @explain, json _json = @json, strict _strict = @strict, shell_override _shell_override = @shell_override)
- #explain : Bool
- #json : Bool
- #shell_override : String | Nil
- #strict : Bool
Constructor Detail
def self.new(explain : Bool = false, json : Bool = false, strict : Bool = false, shell_override : String | Nil = nil)
#
Instance Method Detail
def copy_with(explain _explain = @explain, json _json = @json, strict _strict = @strict, shell_override _shell_override = @shell_override)
#