Class: Croner::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/croner/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#backup_pathObject

Returns the value of attribute backup_path.



5
6
7
# File 'lib/croner/config.rb', line 5

def backup_path
  @backup_path
end

#enable_backupObject

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_backupsObject

Returns the value of attribute keep_backups.



6
7
8
# File 'lib/croner/config.rb', line 6

def keep_backups
  @keep_backups
end