Fog::Collection
# File lib/fog/bluebox/models/dns/zones.rb, line 12 def all data = service.get_zones.body['zones'] load(data) end
# File lib/fog/bluebox/models/dns/zones.rb, line 17 def get(zone_id) data = service.get_zone(zone_id).body new(data) rescue Fog::Service::NotFound nil end
[Validate]
Generated with the Darkfish Rdoc Generator 2.