lib/fog/vsphere/models/compute/folder.rb in fog-1.22.0 vs lib/fog/vsphere/models/compute/folder.rb in fog-1.22.1
- old
+ new
@@ -1,11 +1,9 @@
module Fog
module Compute
class Vsphere
-
class Folder < Fog::Model
-
identity :id
attribute :name
attribute :parent
attribute :datacenter
@@ -18,11 +16,9 @@
end
def to_s
name
end
-
end
-
end
end
end