Module: TestLab::Network::Bind
- Included in:
- TestLab::Network
- Defined in:
- lib/testlab/network/bind.rb
Instance Method Summary collapse
-
#arpa ⇒ Object
Returns the ARPA network.
-
#ptr ⇒ Object
BIND PTR Record.
Instance Method Details
#arpa ⇒ Object
Returns the ARPA network
12 13 14 |
# File 'lib/testlab/network/bind.rb', line 12 def arpa TestLab::Utility.arpa(self.address) end |
#ptr ⇒ Object
BIND PTR Record
7 8 9 |
# File 'lib/testlab/network/bind.rb', line 7 def ptr TestLab::Utility.ptr(self.address) end |