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/slicehost.rb

13 lines
170 B
Ruby
Raw Normal View History

2011-01-10 01:12:48 -05:00
require 'fog/core'
module Fog
module Slicehost
2010-06-12 18:31:17 -04:00
extend Fog::Provider
2010-06-12 18:31:17 -04:00
service(:compute, 'slicehost/compute')
service(:dns, 'slicehost/dns')
end
end