Class: KamalBackup::PathDefinition
- Inherits:
-
Struct
- Object
- Struct
- KamalBackup::PathDefinition
- Defined in:
- lib/kamal_backup/config_file.rb
Instance Attribute Summary collapse
-
#exclude ⇒ Object
Returns the value of attribute exclude.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#exclude ⇒ Object
Returns the value of attribute exclude
15 16 17 |
# File 'lib/kamal_backup/config_file.rb', line 15 def exclude @exclude end |
#path ⇒ Object
Returns the value of attribute path
15 16 17 |
# File 'lib/kamal_backup/config_file.rb', line 15 def path @path end |