class DNSer::Builder

Public Instance Methods

origin(name) click to toggle source
# File lib/dnser/builder.rb, line 7
def origin name
  raise NotImplementedError
end
sync() click to toggle source
# File lib/dnser/builder.rb, line 15
def sync
end
ttl(value) click to toggle source
# File lib/dnser/builder.rb, line 11
def ttl value
  raise NotImplementedError
end
write(*args) click to toggle source
# File lib/dnser/builder.rb, line 3
def write *args
  raise NotImplementedError
end