Class: OllamaAgent::Session::SessionMeta

Inherits:
Struct
  • Object
show all
Defined in:
lib/ollama_agent/session/session.rb

Overview

Lightweight value object for session metadata.

Instance Attribute Summary collapse

Instance Attribute Details

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



6
7
8
# File 'lib/ollama_agent/session/session.rb', line 6

def path
  @path
end

#session_idObject

Returns the value of attribute session_id

Returns:

  • (Object)

    the current value of session_id



6
7
8
# File 'lib/ollama_agent/session/session.rb', line 6

def session_id
  @session_id
end

#started_atObject

Returns the value of attribute started_at

Returns:

  • (Object)

    the current value of started_at



6
7
8
# File 'lib/ollama_agent/session/session.rb', line 6

def started_at
  @started_at
end