struct
Karma::Idempotency::Record
- Karma::Idempotency::Record
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
idempotency/record.crConstructors
- .new(key : String, operation : String, fingerprint : String, response : JSON::Any, created_at_unix : Int64)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #created_at_unix : Int64
- #fingerprint : String
- #key : String
- #operation : String
- #response : JSON::Any
- #same_fingerprint?(other : String) : Bool
Constructor Detail
def self.new(key : String, operation : String, fingerprint : String, response : JSON::Any, created_at_unix : Int64)
#