Class: EmployeePhoneStatus::QueueCoverageImpact::Result
- Inherits:
-
Data
- Object
- Data
- EmployeePhoneStatus::QueueCoverageImpact::Result
- Defined in:
- app/services/employee_phone_status/queue_coverage_impact.rb
Overview
Immutable impact returned to the status-change controller.
Instance Attribute Summary collapse
-
#uncovered_queues ⇒ Object
readonly
Returns the value of attribute uncovered_queues.
Instance Method Summary collapse
-
#initialize(uncovered_queues: []) ⇒ Result
constructor
A new instance of Result.
Constructor Details
#initialize(uncovered_queues: []) ⇒ Result
Returns a new instance of Result.
27 |
# File 'app/services/employee_phone_status/queue_coverage_impact.rb', line 27 def initialize(uncovered_queues: []) = super |
Instance Attribute Details
#uncovered_queues ⇒ Object (readonly)
Returns the value of attribute uncovered_queues
25 26 27 |
# File 'app/services/employee_phone_status/queue_coverage_impact.rb', line 25 def uncovered_queues @uncovered_queues end |