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
54 55 56 |
# File 'lib/kamal_backup/config.rb', line 54 def exclude @exclude end |
#path ⇒ Object
Returns the value of attribute path
54 55 56 |
# File 'lib/kamal_backup/config.rb', line 54 def path @path end |