Method: Dnsruby::RRSet#type
- Defined in:
- lib/Dnsruby/resource/resource.rb
#type ⇒ Object
Return the type of this RRSet
167 168 169 170 171 172 |
# File 'lib/Dnsruby/resource/resource.rb', line 167 def type if (@rrs[0]) return @rrs[0].type end return nil end |