Class: TestLab::Provider::AWS

Inherits:
Object
  • Object
show all
Defined in:
lib/testlab/providers/aws.rb

Overview

AWS Provider Class

Author:

  • Zachary Patten <zachary AT jovelabs DOT com>

Instance Method Summary collapse

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