Class: AgentsControl::Pending::Question

Inherits:
Struct
  • Object
show all
Defined in:
lib/agents_control/pending.rb

Instance Attribute Summary collapse

Instance Attribute Details

#asked_atObject

Returns the value of attribute asked_at

Returns:

  • (Object)

    the current value of asked_at



15
16
17
# File 'lib/agents_control/pending.rb', line 15

def asked_at
  @asked_at
end

#eventObject

Returns the value of attribute event

Returns:

  • (Object)

    the current value of event



15
16
17
# File 'lib/agents_control/pending.rb', line 15

def event
  @event
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



15
16
17
# File 'lib/agents_control/pending.rb', line 15

def id
  @id
end

#queueObject

Returns the value of attribute queue

Returns:

  • (Object)

    the current value of queue



15
16
17
# File 'lib/agents_control/pending.rb', line 15

def queue
  @queue
end