Class: TrainPlugins::Vsphere::Transport
- Inherits:
-
Object
- Object
- TrainPlugins::Vsphere::Transport
- Defined in:
- lib/train-vsphere/transport.rb
Instance Method Summary collapse
-
#connection(_instance_opts = nil) ⇒ Object
inspec -t vsphere://.
Instance Method Details
#connection(_instance_opts = nil) ⇒ Object
inspec -t vsphere://
22 23 24 |
# File 'lib/train-vsphere/transport.rb', line 22 def connection(_instance_opts = nil) @connection ||= TrainPlugins::Vsphere::Connection.new() end |