Class: TestLab::Provider::AWS
- Inherits:
-
Object
- Object
- TestLab::Provider::AWS
- Defined in:
- lib/testlab/providers/aws.rb
Overview
AWS Provider Class
Instance Method Summary collapse
-
#initialize(ui = ZTK::UI.new) ⇒ AWS
constructor
A new instance of AWS.
Constructor Details
#initialize(ui = ZTK::UI.new) ⇒ AWS
Returns a new instance of AWS.
13 14 15 |
# File 'lib/testlab/providers/aws.rb', line 13 def initialize(ui=ZTK::UI.new) @ui = ui end |