This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
fog--fog
Watch
1
Star
0
Fork
You've already forked fog--fog
0
mirror of
https://github.com/fog/fog.git
synced
2022-11-09 13:51:43 -05:00
Code
Releases
Activity
fca3bdb4cd
fog--fog
/
lib
/
fog
/
zerigo.rb
12 lines
117 B
Ruby
Raw
Normal View
History
Unescape
Escape
Fix a bunch of paths.
2011-01-10 01:12:48 -05:00
require
'fog/core'
start of work to support Zerigo DNS service have defined all the requests in compute.rb have the 1st request - list_zones working
2010-12-11 20:01:33 -05:00
module
Fog
module
Zerigo
extend
Fog
::
Provider
[dns|zerigo] move zerigo dns to its own shared area (namespacing should probably be corrected)
2011-08-24 15:40:47 -04:00
service
(
:dns
,
'zerigo/dns'
)
start of work to support Zerigo DNS service have defined all the requests in compute.rb have the 1st request - list_zones working
2010-12-11 20:01:33 -05:00
end
end
Copy permalink