class Fog::DNS::PowerDNS::Record

Public Class Methods

new(attributes={}) click to toggle source
Calls superclass method
# File lib/fog/powerdns/models/dns/record.rb, line 16
def initialize(attributes={})
  super
end

Public Instance Methods

destroy() click to toggle source
# File lib/fog/powerdns/models/dns/record.rb, line 22
def destroy
  # service.delete_record(id)
  # TODO: maybe hack our own delete? this does nothing for now
  true
end
domain() click to toggle source
# File lib/fog/powerdns/models/dns/record.rb, line 19
def domain
  name
end