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

[vsphere|compute] Expose template names and UUIDs

This commit is contained in:
Dominic Cleal 2014-02-24 13:40:48 +00:00
parent ab79fb8c58
commit b3bcd5d432

View file

@ -5,6 +5,8 @@ module Fog
class Template < Fog::Model
identity :id
attribute :name
attribute :uuid
end