Sha256: 3259326b7b0ff2c0565935eb53db0172d1f98a7046d82914e97ce72dee046ed3

Contents?: true

Size: 357 Bytes

Versions: 17

Compression:

Stored size: 357 Bytes

Contents

class TestLab
  class Container

    module SSH

      # ZTK:SSH object
      #
      # Returns a *ZTK:SSH* class instance configured for this container.
      #
      # @return [ZTK::SSH] An instance of ZTK::SSH configured for this
      #   container.
      def ssh(options={})
        self.node.container_ssh(self, options)
      end

    end

  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
testlab-0.6.6 lib/testlab/container/ssh.rb
testlab-0.6.5 lib/testlab/container/ssh.rb
testlab-0.6.4 lib/testlab/container/ssh.rb
testlab-0.6.3 lib/testlab/container/ssh.rb
testlab-0.6.2 lib/testlab/container/ssh.rb
testlab-0.6.1 lib/testlab/container/ssh.rb
testlab-0.6.0 lib/testlab/container/ssh.rb
testlab-0.5.4 lib/testlab/container/ssh.rb
testlab-0.5.3 lib/testlab/container/ssh.rb
testlab-0.5.2 lib/testlab/container/ssh.rb
testlab-0.5.1 lib/testlab/container/ssh.rb
testlab-0.5.0 lib/testlab/container/ssh.rb
testlab-0.4.16 lib/testlab/container/ssh.rb
testlab-0.4.15 lib/testlab/container/ssh.rb
testlab-0.4.14 lib/testlab/container/ssh.rb
testlab-0.4.13 lib/testlab/container/ssh.rb
testlab-0.4.12 lib/testlab/container/ssh.rb