Class: BackupCleaner::GroupKey

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

Instance Attribute Summary collapse

Instance Attribute Details

#date_propertyObject

Returns the value of attribute date_property

Returns:

  • (Object)

    the current value of date_property



10
11
12
# File 'lib/backup_cleaner.rb', line 10

def date_property
  @date_property
end

#prefixObject

Returns the value of attribute prefix

Returns:

  • (Object)

    the current value of prefix



10
11
12
# File 'lib/backup_cleaner.rb', line 10

def prefix
  @prefix
end

#suffixObject

Returns the value of attribute suffix

Returns:

  • (Object)

    the current value of suffix



10
11
12
# File 'lib/backup_cleaner.rb', line 10

def suffix
  @suffix
end