Class: Sentiero::Stores::Memory::SessionMeta

Inherits:
Data
  • Object
show all
Defined in:
lib/sentiero/stores/memory.rb

Instance Attribute Summary collapse

Instance Attribute Details

#created_atObject (readonly)

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



9
10
11
# File 'lib/sentiero/stores/memory.rb', line 9

def created_at
  @created_at
end

#first_event_atObject (readonly)

Returns the value of attribute first_event_at

Returns:

  • (Object)

    the current value of first_event_at



9
10
11
# File 'lib/sentiero/stores/memory.rb', line 9

def first_event_at
  @first_event_at
end

#last_event_atObject (readonly)

Returns the value of attribute last_event_at

Returns:

  • (Object)

    the current value of last_event_at



9
10
11
# File 'lib/sentiero/stores/memory.rb', line 9

def last_event_at
  @last_event_at
end

#session_metadataObject (readonly)

Returns the value of attribute session_metadata

Returns:

  • (Object)

    the current value of session_metadata



9
10
11
# File 'lib/sentiero/stores/memory.rb', line 9

def 
  @session_metadata
end

#updated_atObject (readonly)

Returns the value of attribute updated_at

Returns:

  • (Object)

    the current value of updated_at



9
10
11
# File 'lib/sentiero/stores/memory.rb', line 9

def updated_at
  @updated_at
end