struct Karma::Recovery::Checkpoint

Included Modules

Defined in:

recovery.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(source : String, offset : String | Nil, event_id : String | Nil, updated_at_unix : Int64) #

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

[View source]

Instance Method Detail

def event_id : String | Nil #

[View source]
def offset : String | Nil #

[View source]
def source : String #

[View source]
def to_response #

[View source]
def updated_at_unix : Int64 #

[View source]