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:
parent
95c8958caa
commit
6c6f2108a2
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ module Fog
|
|||
end
|
||||
|
||||
def get(zone_id)
|
||||
new(connection.get_zone(zone_id).body)
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue