Module: AssOle::Runtimes::App::Abstract Abstract Private
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
- #run(info_base) ⇒ Object private
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 |