Class: BackupCleaner::Entry

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

Instance Attribute Summary collapse

Instance Attribute Details

#dateObject

Returns the value of attribute date

Returns:

  • (Object)

    the current value of date



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

def date
  @date
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#prefixObject

Returns the value of attribute prefix

Returns:

  • (Object)

    the current value of prefix



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

def prefix
  @prefix
end

#suffixObject

Returns the value of attribute suffix

Returns:

  • (Object)

    the current value of suffix



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

def suffix
  @suffix
end