Kward

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



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

def ancestor_continues
  @ancestor_continues
end

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



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

def created_at
  @created_at
end

#cwdObject

Returns the value of attribute cwd

Returns:

  • (Object)

    the current value of cwd



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

def cwd
  @cwd
end

#depthObject

Returns the value of attribute depth

Returns:

  • (Object)

    the current value of depth



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

def depth
  @depth
end

#first_messageObject

Returns the value of attribute first_message

Returns:

  • (Object)

    the current value of first_message



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

def first_message
  @first_message
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



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

def id
  @id
end

#is_lastObject

Returns the value of attribute is_last

Returns:

  • (Object)

    the current value of is_last



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

def is_last
  @is_last
end

#message_countObject

Returns the value of attribute message_count

Returns:

  • (Object)

    the current value of message_count



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

def message_count
  @message_count
end

#modelObject

Returns the value of attribute model

Returns:

  • (Object)

    the current value of model



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

def model
  @model
end

#modified_atObject

Returns the value of attribute modified_at

Returns:

  • (Object)

    the current value of modified_at



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

def modified_at
  @modified_at
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#parent_idObject

Returns the value of attribute parent_id

Returns:

  • (Object)

    the current value of parent_id



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

def parent_id
  @parent_id
end

#parent_pathObject

Returns the value of attribute parent_path

Returns:

  • (Object)

    the current value of parent_path



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

def parent_path
  @parent_path
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



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

def path
  @path
end

#providerObject

Returns the value of attribute provider

Returns:

  • (Object)

    the current value of provider



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

def provider
  @provider
end

#reasoning_effortObject

Returns the value of attribute reasoning_effort

Returns:

  • (Object)

    the current value of reasoning_effort



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

def reasoning_effort
  @reasoning_effort
end