From c3a3f054ada31db25db4194ecb4a17db7fdb1c47 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Thu, 22 Nov 2012 15:00:46 +0000 Subject: Updated comments. Added 'port' --- lib/custodian/testfactory.rb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/lib/custodian/testfactory.rb b/lib/custodian/testfactory.rb index 7d2ab92..816c591 100644 --- a/lib/custodian/testfactory.rb +++ b/lib/custodian/testfactory.rb @@ -86,10 +86,27 @@ module Custodian + + # + # Return the target of this test. + # def target @host end + + + + # + # Return the port of this test. + # + def port + @port + end + + + + end end -- cgit v1.2.1