Class: QueuePulse::MemoryStore::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/queue_pulse/memory_store.rb

Instance Attribute Summary collapse

Instance Attribute Details

#expires_atObject

Returns the value of attribute expires_at

Returns:

  • (Object)

    the current value of expires_at



10
11
12
# File 'lib/queue_pulse/memory_store.rb', line 10

def expires_at
  @expires_at
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



10
11
12
# File 'lib/queue_pulse/memory_store.rb', line 10

def value
  @value
end