1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

shows customizationScript of a VM

This commit is contained in:
Rodrigo Estebanez 2013-05-28 20:48:21 +02:00
parent 273d951f26
commit 8a1637f8f5

View file

@ -32,6 +32,11 @@ module Fog
Fog::Vcloud::Compute::Tags.new(:service => service, :href => href + '/metadata')
end
def customization_script
load_unless_loaded!
self.guest_customization[:CustomizationScript]
end
def computer_name
load_unless_loaded!
self.guest_customization[:ComputerName]