Module: TrainPlugins::Vsphere::Platform

Included in:
Connection
Defined in:
lib/train-vsphere/platform.rb

Instance Method Summary collapse

Instance Method Details

#platformObject



6
7
8
9
# File 'lib/train-vsphere/platform.rb', line 6

def platform
  Train::Platforms.name('vsphere').in_family('cloud')
  force_platform!('vsphere', release: TrainPlugins::Vsphere::VERSION)
end