Class: Pbx::Messages::QueueMemberGone
- Inherits:
-
Bubbletea::Message
- Object
- Bubbletea::Message
- Pbx::Messages::QueueMemberGone
- Defined in:
- lib/pbx/messages.rb
Instance Attribute Summary collapse
-
#interface ⇒ Object
readonly
Returns the value of attribute interface.
-
#queue ⇒ Object
readonly
Returns the value of attribute queue.
Instance Method Summary collapse
-
#initialize(queue:, interface:) ⇒ QueueMemberGone
constructor
A new instance of QueueMemberGone.
Constructor Details
#initialize(queue:, interface:) ⇒ QueueMemberGone
Returns a new instance of QueueMemberGone.
187 188 189 190 191 |
# File 'lib/pbx/messages.rb', line 187 def initialize(queue:, interface:) super() @queue = queue @interface = interface end |
Instance Attribute Details
#interface ⇒ Object (readonly)
Returns the value of attribute interface.
185 186 187 |
# File 'lib/pbx/messages.rb', line 185 def interface @interface end |
#queue ⇒ Object (readonly)
Returns the value of attribute queue.
185 186 187 |
# File 'lib/pbx/messages.rb', line 185 def queue @queue end |