struct Movie::Persistence::MaintenanceResult

Defined in:

movie/persistence/protocol.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(backend : String, completed : Bool) #

[View source]

Instance Method Detail

def backend : String #

def clone #

[View source]
def completed : Bool #

def copy_with(backend _backend = @backend, completed _completed = @completed) #

[View source]