Class: RPCMapper::Adapters::BERTRPCAdapter

Inherits:
AbstractAdapter show all
Defined in:
lib/rpc_mapper/adapters/bertrpc_adapter.rb

Instance Attribute Summary

Attributes inherited from AbstractAdapter

#options

Instance Method Summary collapse

Methods inherited from AbstractAdapter

#call, create, #initialize, register_as, #service_log_prefix

Methods included from Logger

included

Constructor Details

This class inherits a constructor from RPCMapper::Adapters::AbstractAdapter

Instance Method Details

#serviceObject



5
6
7
# File 'lib/rpc_mapper/adapters/bertrpc_adapter.rb', line 5

def service
  @service ||= BERTRPC::Service.new(self.options[:host], self.options[:port])
end