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