Module: AssMaintainer::InfoBase::ServerIb::EnterpriseServers::Support::SendToOle Private

Included in:
Cluster, Wrappers::Session, Wrappers::WorkingProcessInfo
Defined in:
lib/ass_maintainer/info_base/server_ib/enterprise_servers/support.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.

Mixin for redirect method_missing to ole object

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(m, *args) ⇒ 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.



10
11
12
# File 'lib/ass_maintainer/info_base/server_ib/enterprise_servers/support.rb', line 10

def method_missing(m, *args)
  ole.send m, *args
end