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
-
#exists? ⇒ Boolean
True if infobase exists.
-
#infobase_wrapper ⇒ InfoBaseWrapper
Dummy infobase wrupper.
-
#make_connection_string ⇒ Object
Connection string fore createinfobase.
Instance Method Details
#exists? ⇒ Boolean
True if infobase exists
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_wrapper ⇒ InfoBaseWrapper
Dummy infobase wrupper
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_string ⇒ Object
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 |