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:
parent
f87750634c
commit
3024678e2a
1 changed files with 0 additions and 6 deletions
|
@ -30,12 +30,6 @@ module Fog
|
||||||
:href => href )
|
:href => href )
|
||||||
end
|
end
|
||||||
|
|
||||||
def tasks
|
|
||||||
@tasks ||= Fog::Vcloud::Compute::Tasks.
|
|
||||||
new( :connection => connection,
|
|
||||||
:href => href + "/tasksList" )
|
|
||||||
end
|
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
||||||
def collection_based_on_type(type, klass = nil)
|
def collection_based_on_type(type, klass = nil)
|
||||||
|
|
Loading…
Reference in a new issue