mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
8bcd078193
Conflicts: lib/fog/bin/bluebox.rb tests/helper.rb Closes #156
12 lines
160 B
Ruby
12 lines
160 B
Ruby
require 'fog/core'
|
|
|
|
module Fog
|
|
module Bluebox
|
|
|
|
extend Fog::Provider
|
|
|
|
service(:compute, 'compute/bluebox')
|
|
service(:dns, 'dns/bluebox')
|
|
|
|
end
|
|
end
|