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

12 lines
126 B
Ruby
Raw Normal View History

2011-01-10 06:12:48 +00:00
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
2011-01-08 00:52:09 +00:00
service(:compute, 'compute/go_grid')
2010-07-25 00:12:13 +00:00
end
end