# File lib/fog/slicehost/models/dns/records.rb, line 27 def new(attributes = {}) requires :zone super({ :zone => zone }.merge!(attributes)) end