Class: KamalBackup::Config::PathDefinition
- Inherits:
-
Struct
- Object
- Struct
- KamalBackup::Config::PathDefinition
- Defined in:
- lib/kamal_backup/config.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
57 58 59 |
# File 'lib/kamal_backup/config.rb', line 57 def exclude @exclude end |
#path ⇒ Object
Returns the value of attribute path
57 58 59 |
# File 'lib/kamal_backup/config.rb', line 57 def path @path end |