Class: BlackStack::NextBot::RemoteCommandClose
- Inherits:
-
RemoteCommand
- Object
- BaseRemoteObject
- RemoteCommand
- BlackStack::NextBot::RemoteCommandClose
- 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
Instance Method Summary collapse
-
#run ⇒ Object
run the specified operation for this “type” of “step”.
Methods inherited from RemoteCommand
#build, #create_child, #initialize
Methods included from BaseCommand
statusColor, statusDescription, statuses, typeDescription, types
Methods inherited from BaseRemoteObject
Constructor Details
This class inherits a constructor from BlackStack::NextBot::RemoteCommand
Instance Method Details
#run ⇒ Object
run the specified operation for this “type” of “step”
199 200 201 |
# File 'lib/remotecommand.rb', line 199 def run() # TODO: Code Me! end |