Class: AssMaintainer::InfoBase::FileIb::FileBaseDestroyer

Inherits:
Object
  • Object
show all
Includes:
Interfaces::IbDestroyer
Defined in:
lib/ass_maintainer/info_base/file_ib.rb

Overview

Default destroyer for file infobase

Instance Attribute Summary

Attributes included from Interfaces::IbDestroyer

#infobase

Instance Method Summary collapse

Methods included from Interfaces::IbDestroyer

#execute

Instance Method Details

#entry_pointObject



8
9
10
# File 'lib/ass_maintainer/info_base/file_ib.rb', line 8

def entry_point
  FileUtils.rm_r infobase.connection_string.path.to_s
end