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

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

Overview

:nodoc:

Constant Summary

Constants inherited from RayoNode

RayoNode::InvalidNodeError

Instance Attribute Summary

Attributes inherited from RayoNode

#client, #component_id, #connection, #domain, #original_component, #target_call_id, #target_mixer_name

Instance Method Summary collapse

Methods inherited from Punchblock::CommandNode

#initialize, #inspect_attributes, new, #response, #response=, #write_attr

Methods inherited from RayoNode

class_from_registration, #eql?, import, #inspect, #inspect_attributes, new, register, #source

Constructor Details

This class inherits a constructor from Punchblock::CommandNode

Instance Method Details

#execute!Object



492
493
494
495
# File 'lib/punchblock/component/output.rb', line 492

def execute!
  source.stopped_voluming!
  super
end

#request!Object



487
488
489
490
# File 'lib/punchblock/component/output.rb', line 487

def request!
  source.voluming_down!
  super
end