Fog::Collection
# File lib/fog/dynect/models/dns/zones.rb, line 12 def all data = service.get_zone.body['data'].map do |zone| { :domain => zone } end load(data) end
# File lib/fog/dynect/models/dns/zones.rb, line 19 def get(zone_id) new(service.get_zone('zone' => zone_id).body['data']) rescue Excon::Errors::NotFound nil end
[Validate]
Generated with the Darkfish Rdoc Generator 2.