module TestLab::Network::Bind

Public Instance Methods

arpa() click to toggle source

Returns the ARPA network

# File lib/testlab/network/bind.rb, line 12
def arpa
  TestLab::Utility.arpa(self.address)
end
ptr() click to toggle source

BIND PTR Record

# File lib/testlab/network/bind.rb, line 7
def ptr
  TestLab::Utility.ptr(self.address)
end