Class: Adhearsion::Rayo::Command::Unjoin

Inherits:
Adhearsion::Rayo::CommandNode show all
Defined in:
lib/adhearsion/rayo/command/unjoin.rb

Instance Attribute Summary

Attributes inherited from RayoNode

#client, #connection, #original_component

Instance Method Summary collapse

Methods inherited from Adhearsion::Rayo::CommandNode

#initialize, #response, #response=

Methods inherited from RayoNode

#==, class_from_registration, from_xml, #inherit, #inspect, #rayo_children, register, #source, #to_rayo, #to_xml

Constructor Details

This class inherits a constructor from Adhearsion::Rayo::CommandNode

Instance Method Details

#call_uriString

Returns the call ID to unjoin.

Returns:

  • (String)

    the call ID to unjoin



12
# File 'lib/adhearsion/rayo/command/unjoin.rb', line 12

attribute :call_uri

#mixer_nameString

Returns the mixer name to unjoin.

Returns:

  • (String)

    the mixer name to unjoin



16
# File 'lib/adhearsion/rayo/command/unjoin.rb', line 16

attribute :mixer_name

#rayo_attributesObject



18
19
20
# File 'lib/adhearsion/rayo/command/unjoin.rb', line 18

def rayo_attributes
  {'call-uri' => call_uri, 'mixer-name' => mixer_name}
end