Sha256: 97ab869cf1dc811ea3273520436fae547a9f28132ecf23d4a16d43ec6b625beb

Contents?: true

Size: 287 Bytes

Versions: 7

Compression:

Stored size: 287 Bytes

Contents

class TestLab

  class Provider

    # AWS Provider Error Class
    class AWSError < ProviderError; end

    # AWS Provider Class
    #
    # @author Zachary Patten <zachary@jovelabs.net>
    class AWS

      def initialize(ui=ZTK::UI.new)
        @ui = ui
      end

    end

  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
testlab-0.3.0 lib/testlab/providers/aws.rb
testlab-0.2.1 lib/testlab/providers/aws.rb
testlab-0.2.0 lib/testlab/providers/aws.rb
testlab-0.1.0 lib/testlab/providers/aws.rb
testlab-0.0.4 lib/testlab/providers/aws.rb
testlab-0.0.3 lib/testlab/providers/aws.rb
testlab-0.0.2 lib/testlab/providers/aws.rb