Class: Enop::Dbutil::DbMgr
- Inherits:
-
Object
- Object
- Enop::Dbutil::DbMgr
- Extended by:
- Forwardable
- Defined in:
- lib/enop/dbutil/dbmgr.rb
Instance Method Summary collapse
-
#initialize(register_time) ⇒ DbMgr
constructor
A new instance of DbMgr.
Constructor Details
permalink #initialize(register_time) ⇒ DbMgr
Returns a new instance of DbMgr.
13 14 15 |
# File 'lib/enop/dbutil/dbmgr.rb', line 13 def initialize( register_time ) @ennblistmgr = EnopMgr.new( register_time ) end |