Class: Pbx::Messages::CallUnheld
- Inherits:
-
Bubbletea::Message
- Object
- Bubbletea::Message
- Pbx::Messages::CallUnheld
- Defined in:
- lib/pbx/messages.rb
Instance Attribute Summary collapse
-
#uniqueid ⇒ Object
readonly
Returns the value of attribute uniqueid.
Instance Method Summary collapse
-
#initialize(uniqueid:) ⇒ CallUnheld
constructor
A new instance of CallUnheld.
Constructor Details
#initialize(uniqueid:) ⇒ CallUnheld
Returns a new instance of CallUnheld.
124 125 126 127 |
# File 'lib/pbx/messages.rb', line 124 def initialize(uniqueid:) super() @uniqueid = uniqueid end |
Instance Attribute Details
#uniqueid ⇒ Object (readonly)
Returns the value of attribute uniqueid.
122 123 124 |
# File 'lib/pbx/messages.rb', line 122 def uniqueid @uniqueid end |