Module: AssMaintainer::InfoBase::FileIb

Defined in:
lib/ass_maintainer/info_base/file_ib.rb

Overview

Mixins for file deployed infobase

Defined Under Namespace

Classes: FileBaseDestroyer, InfoBaseWrapper

Instance Method Summary collapse

Instance Method Details

#exists?Boolean

True if infobase exists

Returns:

  • (Boolean)


14
15
16
# File 'lib/ass_maintainer/info_base/file_ib.rb', line 14

def exists?
  File.file?("#{connection_string.path}/1Cv8.1CD")
end

#infobase_wrapperInfoBaseWrapper

Dummy infobase wrupper

Returns:



35
36
37
# File 'lib/ass_maintainer/info_base/file_ib.rb', line 35

def infobase_wrapper
  @infobase_wrapper = InfoBaseWrapper.new(self)
end

#make_connection_stringObject

Connection string fore createinfobase



29
30
31
# File 'lib/ass_maintainer/info_base/file_ib.rb', line 29

def make_connection_string
  connection_string
end