struct Karma::Idempotency::Record

Included Modules

Defined in:

idempotency/record.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(key : String, operation : String, fingerprint : String, response : JSON::Any, created_at_unix : Int64) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def created_at_unix : Int64 #

[View source]
def fingerprint : String #

[View source]
def key : String #

[View source]
def operation : String #

[View source]
def response : JSON::Any #

[View source]
def same_fingerprint?(other : String) : Bool #

[View source]