Sha256: 652d0fea08b230b5f638a21a0363023e770673b82d9181de7f1f1731741c34f0

Contents?: true

Size: 302 Bytes

Versions: 23

Compression:

Stored size: 302 Bytes

Contents

class TestLab

  class Provider

    # Local Provider Error Class
    class LocalError < ProviderError; end

    # Local Provider Class
    #
    # @author Zachary Patten <zachary AT jovelabs DOT com>
    class Local

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

    end

  end
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
testlab-0.5.4 lib/testlab/providers/local.rb
testlab-0.5.3 lib/testlab/providers/local.rb
testlab-0.5.2 lib/testlab/providers/local.rb
testlab-0.5.1 lib/testlab/providers/local.rb
testlab-0.5.0 lib/testlab/providers/local.rb
testlab-0.4.16 lib/testlab/providers/local.rb
testlab-0.4.15 lib/testlab/providers/local.rb
testlab-0.4.14 lib/testlab/providers/local.rb
testlab-0.4.13 lib/testlab/providers/local.rb
testlab-0.4.12 lib/testlab/providers/local.rb
testlab-0.4.11 lib/testlab/providers/local.rb
testlab-0.4.10 lib/testlab/providers/local.rb
testlab-0.4.9 lib/testlab/providers/local.rb
testlab-0.4.8 lib/testlab/providers/local.rb
testlab-0.4.7 lib/testlab/providers/local.rb
testlab-0.4.6 lib/testlab/providers/local.rb
testlab-0.4.5 lib/testlab/providers/local.rb
testlab-0.4.4 lib/testlab/providers/local.rb
testlab-0.4.3 lib/testlab/providers/local.rb
testlab-0.4.2 lib/testlab/providers/local.rb