Class: PromptObjects::Domain::Artifact

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

Instance Attribute Summary collapse

Instance Attribute Details

#created_atObject (readonly)

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



34
35
36
# File 'lib/prompt_objects/domain/records.rb', line 34

def created_at
  @created_at
end

#htmlObject (readonly)

Returns the value of attribute html

Returns:

  • (Object)

    the current value of html



34
35
36
# File 'lib/prompt_objects/domain/records.rb', line 34

def html
  @html
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



34
35
36
# File 'lib/prompt_objects/domain/records.rb', line 34

def id
  @id
end

#metadataObject (readonly)

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



34
35
36
# File 'lib/prompt_objects/domain/records.rb', line 34

def 
  @metadata
end

#modeObject (readonly)

Returns the value of attribute mode

Returns:

  • (Object)

    the current value of mode



34
35
36
# File 'lib/prompt_objects/domain/records.rb', line 34

def mode
  @mode
end

#owner_poObject (readonly)

Returns the value of attribute owner_po

Returns:

  • (Object)

    the current value of owner_po



34
35
36
# File 'lib/prompt_objects/domain/records.rb', line 34

def owner_po
  @owner_po
end

#owner_thread_idObject (readonly)

Returns the value of attribute owner_thread_id

Returns:

  • (Object)

    the current value of owner_thread_id



34
35
36
# File 'lib/prompt_objects/domain/records.rb', line 34

def owner_thread_id
  @owner_thread_id
end

#producing_run_idObject (readonly)

Returns the value of attribute producing_run_id

Returns:

  • (Object)

    the current value of producing_run_id



34
35
36
# File 'lib/prompt_objects/domain/records.rb', line 34

def producing_run_id
  @producing_run_id
end

#revisionObject (readonly)

Returns the value of attribute revision

Returns:

  • (Object)

    the current value of revision



34
35
36
# File 'lib/prompt_objects/domain/records.rb', line 34

def revision
  @revision
end

#titleObject (readonly)

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



34
35
36
# File 'lib/prompt_objects/domain/records.rb', line 34

def title
  @title
end

#updated_atObject (readonly)

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



34
35
36
# File 'lib/prompt_objects/domain/records.rb', line 34

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



34
35
36
# File 'lib/prompt_objects/domain/records.rb', line 34

def workspace_session_id
  @workspace_session_id
end