Class: Assistant::TechnicalSupport::CaseReplayPersistence::Result

Inherits:
Data
  • Object
show all
Defined in:
app/services/assistant/technical_support/case_replay_persistence.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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_idObject (readonly)

Returns the value of attribute conversation_id

Returns:

  • (Object)

    the current value of conversation_id



21
22
23
# File 'app/services/assistant/technical_support/case_replay_persistence.rb', line 21

def conversation_id
  @conversation_id
end

#schema_versionObject (readonly)

Returns the value of attribute schema_version

Returns:

  • (Object)

    the current value of schema_version



21
22
23
# File 'app/services/assistant/technical_support/case_replay_persistence.rb', line 21

def schema_version
  @schema_version
end