Class: BackupCleaner::GroupKey
- Inherits:
-
Struct
- Object
- Struct
- BackupCleaner::GroupKey
- Defined in:
- lib/backup_cleaner.rb
Instance Attribute Summary collapse
-
#date_property ⇒ Object
Returns the value of attribute date_property.
-
#prefix ⇒ Object
Returns the value of attribute prefix.
-
#suffix ⇒ Object
Returns the value of attribute suffix.
Instance Attribute Details
#date_property ⇒ Object
Returns the value of attribute date_property
10 11 12 |
# File 'lib/backup_cleaner.rb', line 10 def date_property @date_property end |
#prefix ⇒ Object
Returns the value of attribute prefix
10 11 12 |
# File 'lib/backup_cleaner.rb', line 10 def prefix @prefix end |
#suffix ⇒ Object
Returns the value of attribute suffix
10 11 12 |
# File 'lib/backup_cleaner.rb', line 10 def suffix @suffix end |