Class: Assistant::TechnicalSupport::CaseReplayPersistence::Result
- Inherits:
-
Data
- Object
- Data
- Assistant::TechnicalSupport::CaseReplayPersistence::Result
- Defined in:
- app/services/assistant/technical_support/case_replay_persistence.rb
Instance Attribute Summary collapse
-
#conversation_id ⇒ Object
readonly
Returns the value of attribute conversation_id.
-
#schema_version ⇒ Object
readonly
Returns the value of attribute schema_version.
Instance Method Summary collapse
-
#initialize(conversation_id: nil, schema_version: nil) ⇒ Result
constructor
A new instance of Result.
Constructor Details
#initialize(conversation_id: nil, schema_version: nil) ⇒ Result
Returns a new instance of Result.
22 |
# File 'app/services/assistant/technical_support/case_replay_persistence.rb', line 22 def initialize(conversation_id: nil, schema_version: nil) = super |
Instance Attribute Details
#conversation_id ⇒ Object (readonly)
Returns the value of attribute conversation_id
21 22 23 |
# File 'app/services/assistant/technical_support/case_replay_persistence.rb', line 21 def conversation_id @conversation_id end |
#schema_version ⇒ Object (readonly)
Returns the value of attribute schema_version
21 22 23 |
# File 'app/services/assistant/technical_support/case_replay_persistence.rb', line 21 def schema_version @schema_version end |