Class: KamalBackup::PathDefinition

Inherits:
Struct
  • Object
show all
Defined in:
lib/kamal_backup/config_file.rb

Instance Attribute Summary collapse

Instance Attribute Details

#excludeObject

Returns the value of attribute exclude

Returns:

  • (Object)

    the current value of exclude



15
16
17
# File 'lib/kamal_backup/config_file.rb', line 15

def exclude
  @exclude
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



15
16
17
# File 'lib/kamal_backup/config_file.rb', line 15

def path
  @path
end