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

[vcloud|compute] a vdc does not have a tasklist

This commit is contained in:
Peter Meier 2011-09-26 14:24:10 +02:00
parent f87750634c
commit 3024678e2a

View file

@ -30,12 +30,6 @@ module Fog
:href => href )
end
def tasks
@tasks ||= Fog::Vcloud::Compute::Tasks.
new( :connection => connection,
:href => href + "/tasksList" )
end
private
def collection_based_on_type(type, klass = nil)