Class: TestbotCloud::Server::AWS
- Inherits:
-
Object
- Object
- TestbotCloud::Server::AWS
- Defined in:
- lib/server/aws.rb
Instance Method Summary collapse
- #bootstrap!(mutex) ⇒ Object
-
#initialize(compute, opts, server) ⇒ AWS
constructor
A new instance of AWS.
Constructor Details
#initialize(compute, opts, server) ⇒ AWS
Returns a new instance of AWS.
6 7 8 |
# File 'lib/server/aws.rb', line 6 def initialize(compute, opts, server) @server, @opts = server, opts end |