Class: Sentiero::Stores::Memory::SessionEntry

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

Instance Attribute Summary collapse

Instance Attribute Details

#metaObject (readonly)

Returns the value of attribute meta

Returns:

  • (Object)

    the current value of meta



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

def meta
  @meta
end

#windowsObject (readonly)

Returns the value of attribute windows

Returns:

  • (Object)

    the current value of windows



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

def windows
  @windows
end