Class: Assistant::TechnicalSupport::CaseReplayBatch::Attempt
- Inherits:
-
Data
- Object
- Data
- Assistant::TechnicalSupport::CaseReplayBatch::Attempt
- Defined in:
- app/services/assistant/technical_support/case_replay_batch.rb
Instance Attribute Summary collapse
-
#result ⇒ Object
readonly
Returns the value of attribute result.
-
#selection ⇒ Object
readonly
Returns the value of attribute selection.
Delegated Instance Attributes collapse
-
#evaluated? ⇒ Object
Alias for Result#evaluated?.
Instance Attribute Details
#result ⇒ Object (readonly)
Returns the value of attribute result
69 70 71 |
# File 'app/services/assistant/technical_support/case_replay_batch.rb', line 69 def result @result end |
#selection ⇒ Object (readonly)
Returns the value of attribute selection
69 70 71 |
# File 'app/services/assistant/technical_support/case_replay_batch.rb', line 69 def selection @selection end |
Instance Method Details
#evaluated? ⇒ Object
Alias for Result#evaluated?
70 |
# File 'app/services/assistant/technical_support/case_replay_batch.rb', line 70 delegate :evaluated?, to: :result |