Sha256: 9fdfa21b92b9b77525d9a494fd30dc569e5faa2aee6dd1688223fcbb8c4464bd
Contents?: true
Size: 329 Bytes
Versions: 3
Compression:
Stored size: 329 Bytes
Contents
# encoding: utf-8 module Adhearsion class Event class Unjoined < Event register :unjoined, :core # @return [String] the call ID that was unjoined attribute :call_uri # @return [String] the mixer name that was unjoined attribute :mixer_name alias :call_id :call_uri end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
adhearsion-3.0.0.rc1 | lib/adhearsion/event/unjoined.rb |
adhearsion-3.0.0.beta2 | lib/adhearsion/event/unjoined.rb |
adhearsion-3.0.0.beta1 | lib/adhearsion/event/unjoined.rb |