class Cloudflare::Caching::Scanner
- Cloudflare::Caching::Scanner
- Reference
- Object
Defined in:
cloudflare/caching/scanner.crConstructors
Instance Method Summary
-
#dup : Hash(IPAddress, Set(Entry))
Returns a shallow copy of this object.
- #entries : Hash(IPAddress, Set(Entry))
- #external_controller : Bool?
- #external_controller=(value : Bool)
- #lastCleanedUp : Time
- #mutex : Mutex
- #options : Options
- #restore(serialized_export : Serialized::Export::Scanner)
- #set(ip_block : IPAddress, iata : Needles::IATA, priority : UInt8, ip_address : Socket::IPAddress)
- #to_serialized : Serialized::Export::Scanner
- #to_serialized_entries : Hash(String, Array(Serialized::Export::Scanner::Entry))
- #to_tuple_ip_addresses : Array(Tuple(Needles::IATA, Socket::IPAddress))
Constructor Detail
Instance Method Detail
Description copied from class Reference
Returns a shallow copy of this object.
This allocates a new object and copies the contents of
self
into it.
def set(ip_block : IPAddress, iata : Needles::IATA, priority : UInt8, ip_address : Socket::IPAddress)
#