fog--fog/lib/fog/go_grid.rb

12 lines
137 B
Ruby
Raw Normal View History

require 'fog/core'
2010-12-16 19:24:52 +00:00
2010-07-25 00:12:13 +00:00
module Fog
module GoGrid
2010-07-25 00:12:13 +00:00
extend Fog::Provider
2010-07-25 00:12:13 +00:00
service(:compute, 'go_grid/compute', 'Compute')
2010-07-25 00:12:13 +00:00
end
end