Fog::Model
# File lib/fog/dreamhost/models/dns/record.rb, line 18 def destroy service.delete_record(name, type, value) true end
# File lib/fog/dreamhost/models/dns/record.rb, line 23 def save requires :name, :type, :value data = service.create_record(name, type, value, comment).body merge_attributes(data) true end
[Validate]
Generated with the Darkfish Rdoc Generator 2.