Class: Adhearsion::Rayo::Component::Output::VolumeDown

Inherits:
Adhearsion::Rayo::CommandNode show all
Defined in:
lib/adhearsion/rayo/component/output.rb

Overview

:nodoc:

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_attributes, #rayo_children, register, #source, #to_rayo, #to_xml

Constructor Details

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

Instance Method Details

#execute!Object



453
454
455
456
# File 'lib/adhearsion/rayo/component/output.rb', line 453

def execute!
  source.stopped_voluming!
  super
end

#request!Object



448
449
450
451
# File 'lib/adhearsion/rayo/component/output.rb', line 448

def request!
  source.voluming_down!
  super
end