Class: Kward::SessionStore::SessionInfo
- Inherits:
-
Struct
- Object
- Struct
- Kward::SessionStore::SessionInfo
- Defined in:
- lib/kward/session_store.rb
Instance Attribute Summary collapse
-
#ancestor_continues ⇒ Object
Returns the value of attribute ancestor_continues.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#cwd ⇒ Object
Returns the value of attribute cwd.
-
#depth ⇒ Object
Returns the value of attribute depth.
-
#first_message ⇒ Object
Returns the value of attribute first_message.
-
#id ⇒ Object
Returns the value of attribute id.
-
#is_last ⇒ Object
Returns the value of attribute is_last.
-
#message_count ⇒ Object
Returns the value of attribute message_count.
-
#model ⇒ Object
Returns the value of attribute model.
-
#modified_at ⇒ Object
Returns the value of attribute modified_at.
-
#name ⇒ Object
Returns the value of attribute name.
-
#parent_id ⇒ Object
Returns the value of attribute parent_id.
-
#parent_path ⇒ Object
Returns the value of attribute parent_path.
-
#path ⇒ Object
Returns the value of attribute path.
-
#provider ⇒ Object
Returns the value of attribute provider.
-
#reasoning_effort ⇒ Object
Returns the value of attribute reasoning_effort.
Instance Attribute Details
#ancestor_continues ⇒ Object
Returns the value of attribute ancestor_continues
32 33 34 |
# File 'lib/kward/session_store.rb', line 32 def ancestor_continues @ancestor_continues end |
#created_at ⇒ Object
Returns the value of attribute created_at
32 33 34 |
# File 'lib/kward/session_store.rb', line 32 def created_at @created_at end |
#cwd ⇒ Object
Returns the value of attribute cwd
32 33 34 |
# File 'lib/kward/session_store.rb', line 32 def cwd @cwd end |
#depth ⇒ Object
Returns the value of attribute depth
32 33 34 |
# File 'lib/kward/session_store.rb', line 32 def depth @depth end |
#first_message ⇒ Object
Returns the value of attribute first_message
32 33 34 |
# File 'lib/kward/session_store.rb', line 32 def @first_message end |
#id ⇒ Object
Returns the value of attribute id
32 33 34 |
# File 'lib/kward/session_store.rb', line 32 def id @id end |
#is_last ⇒ Object
Returns the value of attribute is_last
32 33 34 |
# File 'lib/kward/session_store.rb', line 32 def is_last @is_last end |
#message_count ⇒ Object
Returns the value of attribute message_count
32 33 34 |
# File 'lib/kward/session_store.rb', line 32 def @message_count end |
#model ⇒ Object
Returns the value of attribute model
32 33 34 |
# File 'lib/kward/session_store.rb', line 32 def model @model end |
#modified_at ⇒ Object
Returns the value of attribute modified_at
32 33 34 |
# File 'lib/kward/session_store.rb', line 32 def modified_at @modified_at end |
#name ⇒ Object
Returns the value of attribute name
32 33 34 |
# File 'lib/kward/session_store.rb', line 32 def name @name end |
#parent_id ⇒ Object
Returns the value of attribute parent_id
32 33 34 |
# File 'lib/kward/session_store.rb', line 32 def parent_id @parent_id end |
#parent_path ⇒ Object
Returns the value of attribute parent_path
32 33 34 |
# File 'lib/kward/session_store.rb', line 32 def parent_path @parent_path end |
#path ⇒ Object
Returns the value of attribute path
32 33 34 |
# File 'lib/kward/session_store.rb', line 32 def path @path end |
#provider ⇒ Object
Returns the value of attribute provider
32 33 34 |
# File 'lib/kward/session_store.rb', line 32 def provider @provider end |
#reasoning_effort ⇒ Object
Returns the value of attribute reasoning_effort
32 33 34 |
# File 'lib/kward/session_store.rb', line 32 def reasoning_effort @reasoning_effort end |