struct CB::Model::Backup

Included Modules

Defined in:

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, started_at : Time, finished_at : Time, lsn_start : String, lsn_stop : String, size_bytes : UInt64) #

def self.new(pull : JSON::PullParser) #

Instance Method Detail

def clone #

def copy_with(name _name = @name, started_at _started_at = @started_at, finished_at _finished_at = @finished_at, lsn_start _lsn_start = @lsn_start, lsn_stop _lsn_stop = @lsn_stop, size_bytes _size_bytes = @size_bytes) #

def finished_at : Time #

def lsn_start : String #

def lsn_stop : String #

def name : String #

def size_bytes : UInt64 #

def started_at : Time #