Class ClientMgr |
|
GenSpecMgr subclass for Clients. Nothing special needed for clientspecs, they are very much the generic model.
Methods |
Public Class methods |
new( root, p4t, p4u ) |
Constructor. Provide the client root and tagged and non-tagged P4 client instances.
# File specsaver.rb, line 300 def initialize( root, p4t, p4u ) super( "client", root, p4t, p4u ) end