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



16
17
18
# File 'lib/kward/session_store.rb', line 16

def ancestor_continues
  @ancestor_continues
end

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



16
17
18
# File 'lib/kward/session_store.rb', line 16

def created_at
  @created_at
end

#cwdObject

Returns the value of attribute cwd

Returns:

  • (Object)

    the current value of cwd



16
17
18
# File 'lib/kward/session_store.rb', line 16

def cwd
  @cwd
end

#depthObject

Returns the value of attribute depth

Returns:

  • (Object)

    the current value of depth



16
17
18
# File 'lib/kward/session_store.rb', line 16

def depth
  @depth
end

#first_messageObject

Returns the value of attribute first_message

Returns:

  • (Object)

    the current value of first_message



16
17
18
# File 'lib/kward/session_store.rb', line 16

def first_message
  @first_message
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



16
17
18
# File 'lib/kward/session_store.rb', line 16

def id
  @id
end

#is_lastObject

Returns the value of attribute is_last

Returns:

  • (Object)

    the current value of is_last



16
17
18
# File 'lib/kward/session_store.rb', line 16

def is_last
  @is_last
end

#message_countObject

Returns the value of attribute message_count

Returns:

  • (Object)

    the current value of message_count



16
17
18
# File 'lib/kward/session_store.rb', line 16

def message_count
  @message_count
end

#modified_atObject

Returns the value of attribute modified_at

Returns:

  • (Object)

    the current value of modified_at



16
17
18
# File 'lib/kward/session_store.rb', line 16

def modified_at
  @modified_at
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



16
17
18
# File 'lib/kward/session_store.rb', line 16

def name
  @name
end

#parent_idObject

Returns the value of attribute parent_id

Returns:

  • (Object)

    the current value of parent_id



16
17
18
# File 'lib/kward/session_store.rb', line 16

def parent_id
  @parent_id
end

#parent_pathObject

Returns the value of attribute parent_path

Returns:

  • (Object)

    the current value of parent_path



16
17
18
# File 'lib/kward/session_store.rb', line 16

def parent_path
  @parent_path
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



16
17
18
# File 'lib/kward/session_store.rb', line 16

def path
  @path
end