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

17 lines
319 B
Ruby

module Fog
class Vcloud
module Terremark
class Vcloud < Fog::Vcloud::Service
request_path 'fog/vcloud/terremark/vcloud/requests'
request :get_vdc
module Real
def supporting_versions
["0.8", "0.8a-ext1.6"]
end
end
end
end
end
end