Class: AssMaintainer::InfoBase::ServerIb::ServerBaseDestroyer Private

Inherits:
Object
  • Object
show all
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

#infobase

Instance Method Summary collapse

Methods included from Interfaces::IbDestroyer

#execute

Instance Method Details

#entry_pointObject

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