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.
-
#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.
Instance Attribute Details
#ancestor_continues ⇒ Object
Returns the value of attribute ancestor_continues
16 17 18 |
# File 'lib/kward/session_store.rb', line 16 def ancestor_continues @ancestor_continues end |
#created_at ⇒ Object
Returns the value of attribute created_at
16 17 18 |
# File 'lib/kward/session_store.rb', line 16 def created_at @created_at end |
#cwd ⇒ Object
Returns the value of attribute cwd
16 17 18 |
# File 'lib/kward/session_store.rb', line 16 def cwd @cwd end |
#depth ⇒ Object
Returns the value of attribute depth
16 17 18 |
# File 'lib/kward/session_store.rb', line 16 def depth @depth end |
#first_message ⇒ Object
Returns the value of attribute first_message
16 17 18 |
# File 'lib/kward/session_store.rb', line 16 def @first_message end |
#id ⇒ Object
Returns the value of attribute id
16 17 18 |
# File 'lib/kward/session_store.rb', line 16 def id @id end |
#is_last ⇒ Object
Returns the value of attribute is_last
16 17 18 |
# File 'lib/kward/session_store.rb', line 16 def is_last @is_last end |
#message_count ⇒ Object
Returns the value of attribute message_count
16 17 18 |
# File 'lib/kward/session_store.rb', line 16 def @message_count end |
#modified_at ⇒ Object
Returns the value of attribute modified_at
16 17 18 |
# File 'lib/kward/session_store.rb', line 16 def modified_at @modified_at end |
#name ⇒ Object
Returns the value of attribute name
16 17 18 |
# File 'lib/kward/session_store.rb', line 16 def name @name end |
#parent_id ⇒ Object
Returns the value of attribute parent_id
16 17 18 |
# File 'lib/kward/session_store.rb', line 16 def parent_id @parent_id end |
#parent_path ⇒ Object
Returns the value of attribute parent_path
16 17 18 |
# File 'lib/kward/session_store.rb', line 16 def parent_path @parent_path end |
#path ⇒ Object
Returns the value of attribute path
16 17 18 |
# File 'lib/kward/session_store.rb', line 16 def path @path end |