Class: PromptObjects::Domain::WorkspaceSession

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



5
6
7
# File 'lib/prompt_objects/domain/records.rb', line 5

def created_at
  @created_at
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



5
6
7
# File 'lib/prompt_objects/domain/records.rb', line 5

def id
  @id
end

#metadataObject (readonly)

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



5
6
7
# File 'lib/prompt_objects/domain/records.rb', line 5

def 
  @metadata
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



5
6
7
# File 'lib/prompt_objects/domain/records.rb', line 5

def name
  @name
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



5
6
7
# File 'lib/prompt_objects/domain/records.rb', line 5

def status
  @status
end

#updated_atObject (readonly)

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



5
6
7
# File 'lib/prompt_objects/domain/records.rb', line 5

def updated_at
  @updated_at
end