Sha256: 53943a226d44c58b8bec1512ae67195550d0938979ac02afbf8310e886567473
Contents?: true
Size: 329 Bytes
Versions: 24
Compression:
Stored size: 329 Bytes
Contents
# encoding: utf-8 module Punchblock 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
24 entries across 24 versions & 1 rubygems