module AssMaintainer::InfoBase::Interfaces::IbDestroyer
Interface for class which destroy InfoBase
Class must implement #entry_point
methodmodule Fixtures
Attributes
infobase[R]
Public Instance Methods
entry_point()
click to toggle source
# File lib/ass_maintainer/info_base/interfaces.rb, line 36 def entry_point fail NotImplementedError end
execute(infobase)
click to toggle source
# File lib/ass_maintainer/info_base/interfaces.rb, line 31 def execute(infobase) @infobase = infobase entry_point end