Class: Punchblock::Component::Output::SpeedUp

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



343
344
345
346
# File 'lib/punchblock/component/output.rb', line 343

def execute!
  source.stopped_speeding!
  super
end

#request!Object



338
339
340
341
# File 'lib/punchblock/component/output.rb', line 338

def request!
  source.speeding_up!
  super
end