summaryrefslogtreecommitdiff
path: root/lib/custodian/testfactory.rb
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
commitc3a3f054ada31db25db4194ecb4a17db7fdb1c47 (patch)
tree1d3c25c36a3250f34e8837145e76106458893a70 /lib/custodian/testfactory.rb
parentc783952c2a7cc5d35a368d676138096a02e70d92 (diff)
Updated comments. Added 'port'
Diffstat (limited to 'lib/custodian/testfactory.rb')
-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