struct Snapshot
- Snapshot
- Struct
- Value
- Object
Defined in:
wayback/snapshot.crConstructors
Instance Method Summary
- #aggregate_count : Int32
- #content_length : UInt64
- #digest : String
- #id : String
- #mimetype : String
- #resource : String
- #status : HTTP::Status | Nil
- #time : Time
- #url : String
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)
#