Class: Croner::Config
- Inherits:
-
Object
- Object
- Croner::Config
- Defined in:
- lib/croner/config.rb
Instance Attribute Summary collapse
-
#backup_path ⇒ Object
Returns the value of attribute backup_path.
-
#enable_backup ⇒ Object
Variables detail is writen in lib/generators/templates/croner.rb.
-
#keep_backups ⇒ Object
Returns the value of attribute keep_backups.
Instance Attribute Details
#backup_path ⇒ Object
Returns the value of attribute backup_path.
5 6 7 |
# File 'lib/croner/config.rb', line 5 def backup_path @backup_path end |
#enable_backup ⇒ Object
Variables detail is writen in lib/generators/templates/croner.rb.
4 5 6 |
# File 'lib/croner/config.rb', line 4 def enable_backup @enable_backup end |
#keep_backups ⇒ Object
Returns the value of attribute keep_backups.
6 7 8 |
# File 'lib/croner/config.rb', line 6 def keep_backups @keep_backups end |