Class: Pbx::Messages::QueueCallCompleted
- Inherits:
-
Bubbletea::Message
- Object
- Bubbletea::Message
- Pbx::Messages::QueueCallCompleted
- Defined in:
- lib/pbx/messages.rb
Instance Attribute Summary collapse
-
#holdtime ⇒ Object
readonly
Returns the value of attribute holdtime.
-
#queue ⇒ Object
readonly
Returns the value of attribute queue.
Instance Method Summary collapse
-
#initialize(queue:, holdtime:) ⇒ QueueCallCompleted
constructor
A new instance of QueueCallCompleted.
Constructor Details
#initialize(queue:, holdtime:) ⇒ QueueCallCompleted
Returns a new instance of QueueCallCompleted.
145 146 147 148 149 |
# File 'lib/pbx/messages.rb', line 145 def initialize(queue:, holdtime:) super() @queue = queue @holdtime = holdtime end |
Instance Attribute Details
#holdtime ⇒ Object (readonly)
Returns the value of attribute holdtime.
143 144 145 |
# File 'lib/pbx/messages.rb', line 143 def holdtime @holdtime end |
#queue ⇒ Object (readonly)
Returns the value of attribute queue.
143 144 145 |
# File 'lib/pbx/messages.rb', line 143 def queue @queue end |