Class: Ask::State::QueueEntry
- Inherits:
-
Data
- Object
- Data
- Ask::State::QueueEntry
- Defined in:
- lib/ask/state.rb
Instance Attribute Summary collapse
-
#enqueued_at ⇒ Object
readonly
Returns the value of attribute enqueued_at.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#enqueued_at ⇒ Object (readonly)
Returns the value of attribute enqueued_at
43 44 45 |
# File 'lib/ask/state.rb', line 43 def enqueued_at @enqueued_at end |
#id ⇒ Object (readonly)
Returns the value of attribute id
43 44 45 |
# File 'lib/ask/state.rb', line 43 def id @id end |
#value ⇒ Object (readonly)
Returns the value of attribute value
43 44 45 |
# File 'lib/ask/state.rb', line 43 def value @value end |