Class: QueuePulse::MemoryStore::Entry
- Inherits:
-
Struct
- Object
- Struct
- QueuePulse::MemoryStore::Entry
- Defined in:
- lib/queue_pulse/memory_store.rb
Instance Attribute Summary collapse
-
#expires_at ⇒ Object
Returns the value of attribute expires_at.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#expires_at ⇒ Object
Returns the value of attribute expires_at
10 11 12 |
# File 'lib/queue_pulse/memory_store.rb', line 10 def expires_at @expires_at end |
#value ⇒ Object
Returns the value of attribute value
10 11 12 |
# File 'lib/queue_pulse/memory_store.rb', line 10 def value @value end |