Return the VMs within vApp
Returns:
the VMs contained in the vApp
90 91 92
# File 'lib/vcloud/core/vapp.rb', line 90 def vms vcloud_attributes[:Children][:Vm] end