lib/qyu/models/job.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Class Job has 22 methods (exceeds 20 allowed). Consider refactoring.
Open

  class Job
    attr_reader :descriptor, :payload, :workflow, :id, :created_at, :updated_at

    ## Class Methods

Severity: Minor
Found in lib/qyu/models/job.rb - About 2 hrs to fix

    Method initialize has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        def initialize(id, workflow, payload, created_at = nil, updated_at = nil)
    Severity: Minor
    Found in lib/qyu/models/job.rb - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status