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