18 19 20 21 22 23 24
# File 'lib/fog/dnsmadeeasy/models/dns/zones.rb', line 18 def get(zone_id) data = connection.get_domain(zone_id).body data.merge!(:id => data['name']) new(data) rescue Fog::Service::NotFound nil end