Method: Dnsruby::RRSet#sigs

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

#sigsObject

The RRSIGs stored with this RRSet



43
44
45
# File 'lib/Dnsruby/resource/resource.rb', line 43

def sigs
  return @rrs[@rrs.length-@num_sigs, @num_sigs]
end