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/google.rb
Marcin Owsiany 9e4ea16f49 [google|dns] Add initial support for Google Cloud DNS.
- some common plumbing
- requests for creating, deleting and listing managed zones, with tests
2014-08-12 07:15:37 +00:00

5 lines
140 B
Ruby

require 'fog/google/compute'
require 'fog/google/dns'
require 'fog/google/monitoring'
require 'fog/google/storage'
require 'fog/google/sql'