Class: Sentiero::Stores::Memory::SessionEntry
- Inherits:
-
Data
- Object
- Data
- Sentiero::Stores::Memory::SessionEntry
- Defined in:
- lib/sentiero/stores/memory.rb
Instance Attribute Summary collapse
-
#meta ⇒ Object
readonly
Returns the value of attribute meta.
-
#windows ⇒ Object
readonly
Returns the value of attribute windows.
Instance Attribute Details
#meta ⇒ Object (readonly)
Returns the value of attribute meta
10 11 12 |
# File 'lib/sentiero/stores/memory.rb', line 10 def @meta end |
#windows ⇒ Object (readonly)
Returns the value of attribute windows
10 11 12 |
# File 'lib/sentiero/stores/memory.rb', line 10 def windows @windows end |