Class: Punchblock::Component::Output::VolumeDown

Inherits:
Punchblock::CommandNode show all
Defined in:
lib/punchblock/component/output.rb

Overview

:nodoc:

Instance Attribute Summary

Attributes inherited from RayoNode

#client, #connection, #original_component

Instance Method Summary collapse

Methods inherited from Punchblock::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 Punchblock::CommandNode

Instance Method Details

#execute!Object



440
441
442
443
# File 'lib/punchblock/component/output.rb', line 440

def execute!
  source.stopped_voluming!
  super
end

#request!Object



435
436
437
438
# File 'lib/punchblock/component/output.rb', line 435

def request!
  source.voluming_down!
  super
end