Class: EacRedmineUsability::CloseUnusedProjects

Inherits:
Object
  • Object
show all
Defined in:
lib/eac_redmine_usability/close_unused_projects.rb,
lib/eac_redmine_usability/close_unused_projects/project_check.rb

Defined Under Namespace

Classes: ProjectCheck

Constant Summary collapse

DEFAULT_EXPIRE_DAYS =
180

Instance Method Summary collapse

Instance Method Details

#runObject



17
18
19
20
# File 'lib/eac_redmine_usability/close_unused_projects.rb', line 17

def run
  start_bunner
  expired_projects.each(&:run)
end