Class: PromptObjects::Domain::Thread

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

Instance Attribute Summary collapse

Instance Attribute Details

#archivedObject (readonly)

Returns the value of attribute archived

Returns:

  • (Object)

    the current value of archived



7
8
9
# File 'lib/prompt_objects/domain/records.rb', line 7

def archived
  @archived
end

#created_atObject (readonly)

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



7
8
9
# File 'lib/prompt_objects/domain/records.rb', line 7

def created_at
  @created_at
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



7
8
9
# File 'lib/prompt_objects/domain/records.rb', line 7

def id
  @id
end

#last_activity_atObject (readonly)

Returns the value of attribute last_activity_at

Returns:

  • (Object)

    the current value of last_activity_at



7
8
9
# File 'lib/prompt_objects/domain/records.rb', line 7

def last_activity_at
  @last_activity_at
end

#last_run_statusObject (readonly)

Returns the value of attribute last_run_status

Returns:

  • (Object)

    the current value of last_run_status



7
8
9
# File 'lib/prompt_objects/domain/records.rb', line 7

def last_run_status
  @last_run_status
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



7
8
9
# File 'lib/prompt_objects/domain/records.rb', line 7

def name
  @name
end

#parent_run_idObject (readonly)

Returns the value of attribute parent_run_id

Returns:

  • (Object)

    the current value of parent_run_id



7
8
9
# File 'lib/prompt_objects/domain/records.rb', line 7

def parent_run_id
  @parent_run_id
end

#parent_thread_idObject (readonly)

Returns the value of attribute parent_thread_id

Returns:

  • (Object)

    the current value of parent_thread_id



7
8
9
# File 'lib/prompt_objects/domain/records.rb', line 7

def parent_thread_id
  @parent_thread_id
end

#po_nameObject (readonly)

Returns the value of attribute po_name

Returns:

  • (Object)

    the current value of po_name



7
8
9
# File 'lib/prompt_objects/domain/records.rb', line 7

def po_name
  @po_name
end

#retention_policyObject (readonly)

Returns the value of attribute retention_policy

Returns:

  • (Object)

    the current value of retention_policy



7
8
9
# File 'lib/prompt_objects/domain/records.rb', line 7

def retention_policy
  @retention_policy
end

#thread_typeObject (readonly)

Returns the value of attribute thread_type

Returns:

  • (Object)

    the current value of thread_type



7
8
9
# File 'lib/prompt_objects/domain/records.rb', line 7

def thread_type
  @thread_type
end

#updated_atObject (readonly)

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



7
8
9
# File 'lib/prompt_objects/domain/records.rb', line 7

def updated_at
  @updated_at
end

#workspace_session_idObject (readonly)

Returns the value of attribute workspace_session_id

Returns:

  • (Object)

    the current value of workspace_session_id



7
8
9
# File 'lib/prompt_objects/domain/records.rb', line 7

def workspace_session_id
  @workspace_session_id
end