Class: KamalBackup::Config::PathDefinition

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

Instance Attribute Summary collapse

Instance Attribute Details

#excludeObject

Returns the value of attribute exclude

Returns:

  • (Object)

    the current value of exclude



54
55
56
# File 'lib/kamal_backup/config.rb', line 54

def exclude
  @exclude
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



54
55
56
# File 'lib/kamal_backup/config.rb', line 54

def path
  @path
end