Class: Sentiero::Stores::Memory::SessionMeta
- Inherits:
-
Data
- Object
- Data
- Sentiero::Stores::Memory::SessionMeta
- Defined in:
- lib/sentiero/stores/memory.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#first_event_at ⇒ Object
readonly
Returns the value of attribute first_event_at.
-
#last_event_at ⇒ Object
readonly
Returns the value of attribute last_event_at.
-
#session_metadata ⇒ Object
readonly
Returns the value of attribute session_metadata.
-
#updated_at ⇒ Object
readonly
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at
9 10 11 |
# File 'lib/sentiero/stores/memory.rb', line 9 def created_at @created_at end |
#first_event_at ⇒ Object (readonly)
Returns the value of attribute first_event_at
9 10 11 |
# File 'lib/sentiero/stores/memory.rb', line 9 def first_event_at @first_event_at end |
#last_event_at ⇒ Object (readonly)
Returns the value of attribute last_event_at
9 10 11 |
# File 'lib/sentiero/stores/memory.rb', line 9 def last_event_at @last_event_at end |
#session_metadata ⇒ Object (readonly)
Returns the value of attribute session_metadata
9 10 11 |
# File 'lib/sentiero/stores/memory.rb', line 9 def @session_metadata end |
#updated_at ⇒ Object (readonly)
Returns the value of attribute updated_at
9 10 11 |
# File 'lib/sentiero/stores/memory.rb', line 9 def updated_at @updated_at end |