Method: Rustic::Config#initialize
- Defined in:
- lib/rustic/config.rb
#initialize ⇒ Config
8 9 10 11 |
# File 'lib/rustic/config.rb', line 8 def initialize @restic_path = "restic" @strict_validation = false end |
8 9 10 11 |
# File 'lib/rustic/config.rb', line 8 def initialize @restic_path = "restic" @strict_validation = false end |