Class: Ask::State::QueueEntry

Inherits:
Data
  • Object
show all
Defined in:
lib/ask/state.rb

Instance Attribute Summary collapse

Instance Attribute Details

#enqueued_atObject (readonly)

Returns the value of attribute enqueued_at

Returns:

  • (Object)

    the current value of enqueued_at



43
44
45
# File 'lib/ask/state.rb', line 43

def enqueued_at
  @enqueued_at
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



43
44
45
# File 'lib/ask/state.rb', line 43

def id
  @id
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



43
44
45
# File 'lib/ask/state.rb', line 43

def value
  @value
end