class Durian::Cache::Record::Entry::PacketList

Defined in:

durian/cache/record.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(packets : Array(Packet) | Nil = nil, updateAt : Time = Time.local) #

[View source]
def self.new(packet : Packet | Nil = nil, updateAt : Time = Time.local) #

[View source]

Instance Method Detail

def packets : Array(Packet) | Nil #

[View source]
def packets=(packets : Array(Packet) | Nil) #

[View source]
def refresh_update_at #

[View source]
def updateAt : Time #

[View source]
def updateAt=(updateAt : Time) #

[View source]