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