1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

hook up zones.get

This commit is contained in:
Michael Hale 2011-06-17 03:58:00 -07:00 committed by geemus
parent 95c8958caa
commit 6c6f2108a2

View file

@ -19,6 +19,7 @@ module Fog
end
def get(zone_id)
new(connection.get_zone(zone_id).body)
end
end