Class Backup::Syncer::Cloud::Base::LocalFile
In: lib/backup/syncer/cloud/base.rb
Parent: Object

Methods

invalid?   new   new  

Attributes

md5  [R] 
path  [R] 
relative_path  [R] 

Public Class methods

Creates a new LocalFile object using the given directory and line from the md5 hash checkup. This object figures out the path, relative_path and md5 hash for the file.

Return a new LocalFile object if it‘s valid. Otherwise, log a warning and return nil.

Public Instance methods

[Validate]