Class: AssMaintainer::InfoBase::ServerIb::ServerBaseDestroyer Private
- Inherits:
-
Object
- Object
- AssMaintainer::InfoBase::ServerIb::ServerBaseDestroyer
- Includes:
- Interfaces::IbDestroyer
- Defined in:
- lib/ass_maintainer/info_base/server_ib.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Defauld destroyer for server infobase
Constant Summary collapse
- DROP_MODE =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
On default database will be destroyed!
:destroy_db
Instance Attribute Summary
Attributes included from Interfaces::IbDestroyer
Instance Method Summary collapse
-
#entry_point ⇒ Object
private
Interfaces::IbDestroyer#entry_point overload.
Methods included from Interfaces::IbDestroyer
Instance Method Details
#entry_point ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Interfaces::IbDestroyer#entry_point overload
65 66 67 |
# File 'lib/ass_maintainer/info_base/server_ib.rb', line 65 def entry_point infobase.send(:infobase_wrapper).drop_infobase!(DROP_MODE) end |