Class: Pbx::Messages::CallHeld
- Inherits:
-
Bubbletea::Message
- Object
- Bubbletea::Message
- Pbx::Messages::CallHeld
- 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:) ⇒ CallHeld
constructor
A new instance of CallHeld.
Constructor Details
#initialize(uniqueid:) ⇒ CallHeld
Returns a new instance of CallHeld.
115 116 117 118 |
# File 'lib/pbx/messages.rb', line 115 def initialize(uniqueid:) super() @uniqueid = uniqueid end |
Instance Attribute Details
#uniqueid ⇒ Object (readonly)
Returns the value of attribute uniqueid.
113 114 115 |
# File 'lib/pbx/messages.rb', line 113 def uniqueid @uniqueid end |