Class UserMgr |
|
GenSpecMgr subclass for Users. Nothing special required.
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 360 def initialize( root, p4t, p4u ) super( "user", root, p4t, p4u ) end