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