Class: RedmineRemotes::Jobs::FetchIssues
- Inherits:
-
Object
- Object
- RedmineRemotes::Jobs::FetchIssues
- Defined in:
- lib/redmine_remotes/jobs/fetch_issues.rb
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
8 9 10 11 |
# File 'lib/redmine_remotes/jobs/fetch_issues.rb', line 8 def run ::Rails.logger.info("Issues to fetch: #{issues_to_fetch.count}") issues_to_fetch.each { |issue| fetch_issue(issue) } end |