Module: TestLab::Network::Bind

Included in:
TestLab::Network
Defined in:
lib/testlab/network/bind.rb

Instance Method Summary collapse

Instance Method Details

#arpaObject

Returns the ARPA network



12
13
14
# File 'lib/testlab/network/bind.rb', line 12

def arpa
  TestLab::Utility.arpa(self.address)
end

#ptrObject

BIND PTR Record



7
8
9
# File 'lib/testlab/network/bind.rb', line 7

def ptr
  TestLab::Utility.ptr(self.address)
end