Method: PureCloud::Callback#disconnect_type
- Defined in:
- lib/purecloud/models/callback.rb
#disconnect_type ⇒ Object
System defined string indicating what caused the communication to disconnect. Will be null until the communication disconnects.
37 38 39 |
# File 'lib/purecloud/models/callback.rb', line 37 def disconnect_type @disconnect_type end |