Module: EMRPC::ConnectionMixin

Included in:
LocalConnection, RemoteConnection
Defined in:
lib/emrpc/evented_api/connection_mixin.rb

Instance Attribute Summary collapse

Instance Attribute Details

#connected_callbackObject

Returns the value of attribute connected_callback.



4
5
6
# File 'lib/emrpc/evented_api/connection_mixin.rb', line 4

def connected_callback
  @connected_callback
end

#disconnected_callbackObject

Returns the value of attribute disconnected_callback.



4
5
6
# File 'lib/emrpc/evented_api/connection_mixin.rb', line 4

def disconnected_callback
  @disconnected_callback
end

#local_pidObject

Returns the value of attribute local_pid.



3
4
5
# File 'lib/emrpc/evented_api/connection_mixin.rb', line 3

def local_pid
  @local_pid
end

#remote_pidObject

Returns the value of attribute remote_pid.



3
4
5
# File 'lib/emrpc/evented_api/connection_mixin.rb', line 3

def remote_pid
  @remote_pid
end