Class: AgentsControl::Pending::Question
- Inherits:
-
Struct
- Object
- Struct
- AgentsControl::Pending::Question
- Defined in:
- lib/agents_control/pending.rb
Instance Attribute Summary collapse
-
#asked_at ⇒ Object
Returns the value of attribute asked_at.
-
#event ⇒ Object
Returns the value of attribute event.
-
#id ⇒ Object
Returns the value of attribute id.
-
#queue ⇒ Object
Returns the value of attribute queue.
Instance Attribute Details
#asked_at ⇒ Object
Returns the value of attribute asked_at
15 16 17 |
# File 'lib/agents_control/pending.rb', line 15 def asked_at @asked_at end |
#event ⇒ Object
Returns the value of attribute event
15 16 17 |
# File 'lib/agents_control/pending.rb', line 15 def event @event end |
#id ⇒ Object
Returns the value of attribute id
15 16 17 |
# File 'lib/agents_control/pending.rb', line 15 def id @id end |
#queue ⇒ Object
Returns the value of attribute queue
15 16 17 |
# File 'lib/agents_control/pending.rb', line 15 def queue @queue end |