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



332
333
334
335
# File 'lib/punchblock/component/output.rb', line 332

def execute!
  source.stopped_speeding!
  super
end

#request!Object



327
328
329
330
# File 'lib/punchblock/component/output.rb', line 327

def request!
  source.speeding_up!
  super
end