Method: Dnsruby::RRSet#name

Defined in:
lib/Dnsruby/resource/resource.rb

#nameObject



188
189
190
191
192
193
194
# File 'lib/Dnsruby/resource/resource.rb', line 188

def name
  if (@rrs[0])
    return @rrs[0].name
  else
    return nil
  end
end