Module: ASIR::Client::ModuleMethods
- Includes:
- CommonMethods
- Defined in:
- lib/asir/client.rb
Instance Method Summary collapse
-
#asir ⇒ Object
Proxies are cached for Module/Class methods because serialization will not include Transport.
Methods included from CommonMethods
Instance Method Details
#asir ⇒ Object
Proxies are cached for Module/Class methods because serialization will not include Transport.
26 27 28 |
# File 'lib/asir/client.rb', line 26 def asir @_asir ||= ASIR::Client::Proxy.new(self, self) end |