struct Bai::RequestOptions

Defined in:

bai/types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(explain : Bool = false, json : Bool = false, strict : Bool = false, shell_override : String | Nil = nil) #

Instance Method Detail

def clone #

def copy_with(explain _explain = @explain, json _json = @json, strict _strict = @strict, shell_override _shell_override = @shell_override) #

def explain : Bool #

def json : Bool #

def shell_override : String | Nil #

def strict : Bool #