Class: BlackStack::NextBot::RemoteCommandGoto

Inherits:
RemoteCommand show all
Defined in:
lib/remotecommand.rb

Overview

RemoteStepGoto

Constant Summary

Constants included from BaseCommand

BaseCommand::STATUS_CANCELED, BaseCommand::STATUS_FAILURE, BaseCommand::STATUS_ONGOING, BaseCommand::STATUS_PENDING, BaseCommand::STATUS_SUCCESS, BaseCommand::TYPE_CLOSE, BaseCommand::TYPE_GOTO, BaseCommand::TYPE_LOGIN, BaseCommand::TYPE_START_BOT, BaseCommand::TYPE_TRAFFIC

Instance Attribute Summary

Attributes inherited from RemoteCommand

#browser, #id, #id_worker, #param_goto_url, #param_login_id_domain, #param_start_id_lnuser, #param_start_username, #param_traffic_id_proxy, #param_traffic_number_of_visits, #param_traffic_proxy_ip, #param_traffic_proxy_port, #param_traffic_url, #param_traffic_visit_min_seconds, #param_traffic_visit_random_additional_seconds, #type

Attributes inherited from BaseRemoteObject

#descriptor

Instance Method Summary collapse

Methods inherited from RemoteCommand

#build, #create_child, #initialize

Methods included from BaseCommand

statusColor, statusDescription, statuses, typeDescription, types

Methods inherited from BaseRemoteObject

#build

Constructor Details

This class inherits a constructor from BlackStack::NextBot::RemoteCommand

Instance Method Details

#runObject

run the specified operation for this “type” of “step”



109
110
111
# File 'lib/remotecommand.rb', line 109

def run()
  # TODO: Code Me!

end