Method: Dnsruby::RRSet#ttl

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

#ttlObject

Return the ttl of this RRSet



178
179
180
# File 'lib/Dnsruby/resource/resource.rb', line 178

def ttl
  return @rrs[0].ttl
end