Class: Ruboty::Commands::Run

Inherits:
Base
  • Object
show all
Defined in:
lib/ruboty/commands/run.rb

Instance Attribute Summary

Attributes inherited from Base

#options

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Ruboty::Commands::Base

Instance Method Details

#callObject



4
5
6
# File 'lib/ruboty/commands/run.rb', line 4

def call
  Robot.new(options).run
end