diff options
| author | Steve Kemp <steve@steve.org.uk> | 2012-11-22 15:00:46 +0000 | 
|---|---|---|
| committer | Steve Kemp <steve@steve.org.uk> | 2012-11-22 15:00:46 +0000 | 
| commit | c3a3f054ada31db25db4194ecb4a17db7fdb1c47 (patch) | |
| tree | 1d3c25c36a3250f34e8837145e76106458893a70 /lib | |
| parent | c783952c2a7cc5d35a368d676138096a02e70d92 (diff) | |
  Updated comments.  Added 'port'
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/custodian/testfactory.rb | 17 | 
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  | 
