Sha256: 190ee958828c8c9d32cc66965656a9e307ff4649a90a55c8ac85212f229d6b8e

Contents?: true

Size: 615 Bytes

Versions: 18

Compression:

Stored size: 615 Bytes

Contents

module Logical::Naf::ConstructionZone
  class ApplicationScheduleWorkOrder < ApplicationWorkOrder
    def initialize(application_schedule)
      super(application_schedule.application,
            application_schedule.application_run_group_restriction,
            application_schedule.application_run_group_name,
            application_schedule.application_run_group_limit,
            application_schedule.priority,
            application_schedule.affinities,
            application_schedule.prerequisites,
            application_schedule.enqueue_backlogs,
            application_schedule)
    end
  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
naf-2.1.8 app/models/logical/naf/construction_zone/application_schedule_work_order.rb
naf-2.1.6 app/models/logical/naf/construction_zone/application_schedule_work_order.rb
naf-2.1.5 app/models/logical/naf/construction_zone/application_schedule_work_order.rb
naf-2.1.4 app/models/logical/naf/construction_zone/application_schedule_work_order.rb
naf-2.1.3 app/models/logical/naf/construction_zone/application_schedule_work_order.rb
naf-2.1.2 app/models/logical/naf/construction_zone/application_schedule_work_order.rb
naf-2.1.1 app/models/logical/naf/construction_zone/application_schedule_work_order.rb
naf-2.1.0 app/models/logical/naf/construction_zone/application_schedule_work_order.rb
naf-2.0.4 app/models/logical/naf/construction_zone/application_schedule_work_order.rb
naf-2.0.3 app/models/logical/naf/construction_zone/application_schedule_work_order.rb
naf-2.0.2 app/models/logical/naf/construction_zone/application_schedule_work_order.rb
naf-2.0.1 app/models/logical/naf/construction_zone/application_schedule_work_order.rb
naf-2.0.0 app/models/logical/naf/construction_zone/application_schedule_work_order.rb
naf-1.1.4 app/models/logical/naf/construction_zone/application_schedule_work_order.rb
naf-1.1.3 app/models/logical/naf/construction_zone/application_schedule_work_order.rb
naf-1.1.2 app/models/logical/naf/construction_zone/application_schedule_work_order.rb
naf-1.1.1 app/models/logical/naf/construction_zone/application_schedule_work_order.rb
naf-1.1.0 app/models/logical/naf/construction_zone/application_schedule_work_order.rb