Method: Vcloud::Core::Vapp#vcloud_attributes

Defined in:
lib/vcloud/core/vapp.rb

#vcloud_attributesHash

Return the vCloud data associated with vApp

Returns:

  • (Hash)

    the complete vCloud data for vApp



56
57
58
# File 'lib/vcloud/core/vapp.rb', line 56

def vcloud_attributes
  Vcloud::Core::Fog::ServiceInterface.new.get_vapp(id)
end