Class: OllamaAgent::Session::SessionMeta
- Inherits:
-
Struct
- Object
- Struct
- OllamaAgent::Session::SessionMeta
- Defined in:
- lib/ollama_agent/session/session.rb
Overview
Lightweight value object for session metadata.
Instance Attribute Summary collapse
-
#path ⇒ Object
Returns the value of attribute path.
-
#session_id ⇒ Object
Returns the value of attribute session_id.
-
#started_at ⇒ Object
Returns the value of attribute started_at.
Instance Attribute Details
#path ⇒ Object
Returns the value of attribute path
6 7 8 |
# File 'lib/ollama_agent/session/session.rb', line 6 def path @path end |
#session_id ⇒ Object
Returns the value of attribute session_id
6 7 8 |
# File 'lib/ollama_agent/session/session.rb', line 6 def session_id @session_id end |
#started_at ⇒ Object
Returns the value of attribute started_at
6 7 8 |
# File 'lib/ollama_agent/session/session.rb', line 6 def started_at @started_at end |