Class: PromptObjects::Domain::RunEvent

Inherits:
Data
  • Object
show all
Defined in:
lib/prompt_objects/domain/records.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject (readonly)

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



22
23
24
# File 'lib/prompt_objects/domain/records.rb', line 22

def data
  @data
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



22
23
24
# File 'lib/prompt_objects/domain/records.rb', line 22

def id
  @id
end

#kindObject (readonly)

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



22
23
24
# File 'lib/prompt_objects/domain/records.rb', line 22

def kind
  @kind
end

#run_idObject (readonly)

Returns the value of attribute run_id

Returns:

  • (Object)

    the current value of run_id



22
23
24
# File 'lib/prompt_objects/domain/records.rb', line 22

def run_id
  @run_id
end

#sequenceObject (readonly)

Returns the value of attribute sequence

Returns:

  • (Object)

    the current value of sequence



22
23
24
# File 'lib/prompt_objects/domain/records.rb', line 22

def sequence
  @sequence
end

#thread_idObject (readonly)

Returns the value of attribute thread_id

Returns:

  • (Object)

    the current value of thread_id



22
23
24
# File 'lib/prompt_objects/domain/records.rb', line 22

def thread_id
  @thread_id
end

#timestampObject (readonly)

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



22
23
24
# File 'lib/prompt_objects/domain/records.rb', line 22

def timestamp
  @timestamp
end

#workspace_cursorObject (readonly)

Returns the value of attribute workspace_cursor

Returns:

  • (Object)

    the current value of workspace_cursor



22
23
24
# File 'lib/prompt_objects/domain/records.rb', line 22

def workspace_cursor
  @workspace_cursor
end

#workspace_session_idObject (readonly)

Returns the value of attribute workspace_session_id

Returns:

  • (Object)

    the current value of workspace_session_id



22
23
24
# File 'lib/prompt_objects/domain/records.rb', line 22

def workspace_session_id
  @workspace_session_id
end