Class: Matchd::Response::AAAA

Inherits:
A show all
Defined in:
lib/matchd/response/aaaa.rb

Constant Summary

Constants inherited from Matchd::Response

NotImplementedError

Instance Attribute Summary

Attributes inherited from A

#ip

Attributes inherited from Matchd::Response

#resource_options

Instance Method Summary collapse

Methods inherited from A

#initialize

Methods inherited from Matchd::Response

#call, #initialize, #valid?

Constructor Details

This class inherits a constructor from Matchd::Response::A

Instance Method Details

#resourceObject



2
3
4
# File 'lib/matchd/response/aaaa.rb', line 2

def resource
  Resolv::DNS::Resource::IN::AAAA.new(ip)
end