Sha256: 3e4a14518bf102da8ca3de88e8cb82547eda95653b0aa294cd79b20c9962413f
Contents?: true
Size: 417 Bytes
Versions: 24
Compression:
Stored size: 417 Bytes
Contents
# encoding: utf-8 module Punchblock module Command class Unjoin < CommandNode register :unjoin, :core # @return [String] the call ID to unjoin attribute :call_uri alias :call_id= :call_uri= # @return [String] the mixer name to unjoin attribute :mixer_name def rayo_attributes {'call-uri' => call_uri, 'mixer-name' => mixer_name} end end end end
Version data entries
24 entries across 24 versions & 1 rubygems