Class: Pbx::Messages::CallEnded
- Inherits:
-
Bubbletea::Message
- Object
- Bubbletea::Message
- Pbx::Messages::CallEnded
- 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:) ⇒ CallEnded
constructor
A new instance of CallEnded.
Constructor Details
#initialize(uniqueid:) ⇒ CallEnded
Returns a new instance of CallEnded.
85 86 87 88 |
# File 'lib/pbx/messages.rb', line 85 def initialize(uniqueid:) super() @uniqueid = uniqueid end |
Instance Attribute Details
#uniqueid ⇒ Object (readonly)
Returns the value of attribute uniqueid.
83 84 85 |
# File 'lib/pbx/messages.rb', line 83 def uniqueid @uniqueid end |