Class: InternetHakai::SleepAction

Inherits:
RequestAction show all
Defined in:
lib/internethakai/action.rb

Constant Summary

Constants inherited from RequestAction

RequestAction::ERROR_MAX, RequestAction::REDIRECT_MAX

Instance Attribute Summary

Attributes inherited from BaseAction

#performance_id

Instance Method Summary collapse

Methods inherited from RequestAction

#check_scan, #check_size, #free, #get_client, #get_default, #http_request, #init, #initialize, #log, #mkclient, #on_complete, #on_error, #on_free, #on_redirect, #on_response, #set_client, #set_wait, #to_s

Methods inherited from BaseAction

#dispatch_next, #free, #get_default, #has_on_complete?, #initialize, #quit, #set_on_complete

Constructor Details

This class inherits a constructor from InternetHakai::RequestAction

Instance Method Details

#runObject



330
331
332
333
# File 'lib/internethakai/action.rb', line 330

def run
    sleep @opt['wait']
    super
end