Class: Backup::Syncer::RSync::Base
- Defined in:
- lib/backup/syncer/rsync/base.rb
Constant Summary
Constants included from CLI::Helpers
Instance Attribute Summary collapse
-
#additional_options ⇒ Object
Additional options for the rsync cli.
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize ⇒ Base
constructor
Instantiates a new RSync Syncer object and sets the default configuration.
Methods inherited from Base
Methods included from Configuration::Helpers
Constructor Details
#initialize ⇒ Base
Instantiates a new RSync Syncer object and sets the default configuration
14 15 16 17 18 |
# File 'lib/backup/syncer/rsync/base.rb', line 14 def initialize super @additional_options ||= Array.new end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Backup::Configuration::Helpers
Instance Attribute Details
#additional_options ⇒ Object
Additional options for the rsync cli
9 10 11 |
# File 'lib/backup/syncer/rsync/base.rb', line 9 def @additional_options end |