Skip to content
Kward Search API index

Class: Kward::SessionStore::SessionInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/kward/session_store.rb

Instance Attribute Summary collapse

Instance Attribute Details

#ancestor_continuesObject

Returns the value of attribute ancestor_continues

Returns:

  • (Object)

    the current value of ancestor_continues



33
34
35
# File 'lib/kward/session_store.rb', line 33

def ancestor_continues
  @ancestor_continues
end

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



33
34
35
# File 'lib/kward/session_store.rb', line 33

def created_at
  @created_at
end

#cwdObject

Returns the value of attribute cwd

Returns:

  • (Object)

    the current value of cwd



33
34
35
# File 'lib/kward/session_store.rb', line 33

def cwd
  @cwd
end

#depthObject

Returns the value of attribute depth

Returns:

  • (Object)

    the current value of depth



33
34
35
# File 'lib/kward/session_store.rb', line 33

def depth
  @depth
end

#first_messageObject

Returns the value of attribute first_message

Returns:

  • (Object)

    the current value of first_message



33
34
35
# File 'lib/kward/session_store.rb', line 33

def first_message
  @first_message
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



33
34
35
# File 'lib/kward/session_store.rb', line 33

def id
  @id
end

#is_lastObject

Returns the value of attribute is_last

Returns:

  • (Object)

    the current value of is_last



33
34
35
# File 'lib/kward/session_store.rb', line 33

def is_last
  @is_last
end

#message_countObject

Returns the value of attribute message_count

Returns:

  • (Object)

    the current value of message_count



33
34
35
# File 'lib/kward/session_store.rb', line 33

def message_count
  @message_count
end

#modelObject

Returns the value of attribute model

Returns:

  • (Object)

    the current value of model



33
34
35
# File 'lib/kward/session_store.rb', line 33

def model
  @model
end

#modified_atObject

Returns the value of attribute modified_at

Returns:

  • (Object)

    the current value of modified_at



33
34
35
# File 'lib/kward/session_store.rb', line 33

def modified_at
  @modified_at
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



33
34
35
# File 'lib/kward/session_store.rb', line 33

def name
  @name
end

#parent_idObject

Returns the value of attribute parent_id

Returns:

  • (Object)

    the current value of parent_id



33
34
35
# File 'lib/kward/session_store.rb', line 33

def parent_id
  @parent_id
end

#parent_pathObject

Returns the value of attribute parent_path

Returns:

  • (Object)

    the current value of parent_path



33
34
35
# File 'lib/kward/session_store.rb', line 33

def parent_path
  @parent_path
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



33
34
35
# File 'lib/kward/session_store.rb', line 33

def path
  @path
end

#providerObject

Returns the value of attribute provider

Returns:

  • (Object)

    the current value of provider



33
34
35
# File 'lib/kward/session_store.rb', line 33

def provider
  @provider
end

#reasoning_effortObject

Returns the value of attribute reasoning_effort

Returns:

  • (Object)

    the current value of reasoning_effort



33
34
35
# File 'lib/kward/session_store.rb', line 33

def reasoning_effort
  @reasoning_effort
end