class Durian::Cache::Record::Entry::PacketList
- Durian::Cache::Record::Entry::PacketList
- Reference
- Object
Defined in:
durian/cache/record.crConstructors
- .new(packets : Array(Packet) | Nil = nil, updateAt : Time = Time.local)
- .new(packet : Packet | Nil = nil, updateAt : Time = Time.local)
Instance Method Summary
- #packets : Array(Packet) | Nil
- #packets=(packets : Array(Packet) | Nil)
- #refresh_update_at
- #updateAt : Time
- #updateAt=(updateAt : Time)