Parent

Methods

Class/Module Index [+]

Quicksearch

Fog::DNS::Dreamhost::Record

Public Instance Methods

destroy() click to toggle source
# File lib/fog/dreamhost/models/dns/record.rb, line 18
def destroy
  service.delete_record(name, type, value)
  true
end
save() click to toggle source
# 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.