Class: PromptObjects::Domain::WorkspaceSession
- Inherits:
-
Data
- Object
- Data
- PromptObjects::Domain::WorkspaceSession
- Defined in:
- lib/prompt_objects/domain/records.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#metadata ⇒ Object
readonly
Returns the value of attribute metadata.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
-
#updated_at ⇒ Object
readonly
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at
5 6 7 |
# File 'lib/prompt_objects/domain/records.rb', line 5 def created_at @created_at end |
#id ⇒ Object (readonly)
Returns the value of attribute id
5 6 7 |
# File 'lib/prompt_objects/domain/records.rb', line 5 def id @id end |
#metadata ⇒ Object (readonly)
Returns the value of attribute metadata
5 6 7 |
# File 'lib/prompt_objects/domain/records.rb', line 5 def @metadata end |
#name ⇒ Object (readonly)
Returns the value of attribute name
5 6 7 |
# File 'lib/prompt_objects/domain/records.rb', line 5 def name @name end |
#status ⇒ Object (readonly)
Returns the value of attribute status
5 6 7 |
# File 'lib/prompt_objects/domain/records.rb', line 5 def status @status end |
#updated_at ⇒ Object (readonly)
Returns the value of attribute updated_at
5 6 7 |
# File 'lib/prompt_objects/domain/records.rb', line 5 def updated_at @updated_at end |