lib/testlab/network/bind.rb in testlab-0.2.1 vs lib/testlab/network/bind.rb in testlab-0.3.0
- old
+ new
@@ -3,15 +3,15 @@
module Bind
# BIND PTR Record
def ptr
- TestLab::Utility.ptr(self.ip)
+ TestLab::Utility.ptr(self.address)
end
# Returns the ARPA network
def arpa
- TestLab::Utility.arpa(self.ip)
+ TestLab::Utility.arpa(self.address)
end
end
end