Class: BlackStack::NextBot::RemoteCommandClose

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

Overview

RemoteStepClose

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, #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”



199
200
201
# File 'lib/remotecommand.rb', line 199

def run()
  # TODO: Code Me!
end