struct Movie::Persistence::StateRecord

Defined in:

movie/persistence/protocol.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(revision : Int64, manifest : String, payload : String | Nil, deleted : Bool) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(revision _revision = @revision, manifest _manifest = @manifest, payload _payload = @payload, deleted _deleted = @deleted) #

[View source]
def deleted : Bool #

def manifest : String #

def payload : String | Nil #

def revision : Int64 #