module TrainPlugins::Vsphere::Platform

Public Instance Methods

platform() click to toggle source
# 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