summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2012-11-22 15:00:46 +0000
committerSteve Kemp <steve@steve.org.uk>2012-11-22 15:00:46 +0000
commit56bb4da159266f5b10d9787a7b9eacf788001d0c (patch)
tree1d3c25c36a3250f34e8837145e76106458893a70 /lib
parent0fee40ee8bf7ae25728fb278c7332bd31eb3abe6 (diff)
Updated comments. Added 'port'
Diffstat (limited to 'lib')
-rw-r--r--lib/custodian/testfactory.rb17
1 files changed, 17 insertions, 0 deletions
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