Sha256: d1e81d37543d99cbd61c50e9333e4d9a070466ee9d59d8726b1e213fa665b2ad

Contents?: true

Size: 270 Bytes

Versions: 3

Compression:

Stored size: 270 Bytes

Contents

module Veewee
  module Provider
    module Parallels
      module BoxCommand

        # Translate the definition ssh options to ssh options that can be passed to Net::Ssh calls
        def ssh_options
          build_ssh_options
        end

      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
veewee-0.4.3 lib/veewee/provider/parallels/box/helper/ssh_options.rb
veewee-0.4.2 lib/veewee/provider/parallels/box/helper/ssh_options.rb
veewee-0.4.1 lib/veewee/provider/parallels/box/helper/ssh_options.rb