struct Snapshot

Defined in:

wayback/snapshot.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String, resource : String, time : Time, status : HTTP::Status | Nil, mimetype : String, digest : String, content_length : UInt64, url : String, aggregate_count : Int32) #

[View source]

Instance Method Detail

def aggregate_count : Int32 #

[View source]
def content_length : UInt64 #

[View source]
def digest : String #

[View source]
def id : String #

[View source]
def mimetype : String #

[View source]
def resource : String #

[View source]
def status : HTTP::Status | Nil #

[View source]
def time : Time #

[View source]
def url : String #

[View source]