Module: AssOle::Runtimes::App::Abstract Abstract Private

Included in:
External, Thick, Thin
Defined in:
lib/ass_ole.rb

Overview

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

This module is abstract.

Instance Method Summary collapse

Instance Method Details

#run(info_base) ⇒ Object

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.



103
104
105
106
107
# File 'lib/ass_ole.rb', line 103

def run(info_base)
  return ole_connector if runned?
  instance_variable_set(:@ole_connector, info_base.ole(ole_type))
  run_ info_base.connection_string
end