Method: Vcloud::Core::Vapp#vcloud_attributes
- Defined in:
- lib/vcloud/core/vapp.rb
#vcloud_attributes ⇒ Hash
Return the vCloud data associated with vApp
56 57 58 |
# File 'lib/vcloud/core/vapp.rb', line 56 def vcloud_attributes Vcloud::Core::Fog::ServiceInterface.new.get_vapp(id) end |