struct Cloudflare::Options::Scanner

Defined in:

cloudflare/options.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(caching : Caching = Caching.new, quirks : Quirks = Quirks.new, timeout : TimeOut = TimeOut.new, attempt : Attempt = Attempt.new) #

[View source]

Instance Method Detail

def attempt : Attempt #

[View source]
def attempt=(attempt : Attempt) #

[View source]
def caching : Caching #

[View source]
def caching=(caching : Caching) #

[View source]
def quirks : Quirks #

[View source]
def quirks=(quirks : Quirks) #

[View source]
def timeout : TimeOut #

[View source]
def timeout=(timeout : TimeOut) #

[View source]