# File lib/fog/dreamhost/dns.rb, line 23 def self.data @data ||= Hash.new do |hash, key| hash[key] = {} end end
# File lib/fog/dreamhost/requests/dns/create_record.rb, line 7 def create_record(record, type, value, comment = "") Fog::Mock.not_implemented end
# File lib/fog/dreamhost/requests/dns/delete_record.rb, line 7 def delete_record(name, type, value) raise Fog::Mock.not_implemented end
Generated with the Darkfish Rdoc Generator 2.