Module: EMRPC::ConnectionMixin
- Included in:
- LocalConnection, RemoteConnection
- Defined in:
- lib/emrpc/evented_api/connection_mixin.rb
Instance Attribute Summary collapse
-
#connected_callback ⇒ Object
Returns the value of attribute connected_callback.
-
#disconnected_callback ⇒ Object
Returns the value of attribute disconnected_callback.
-
#local_pid ⇒ Object
Returns the value of attribute local_pid.
-
#remote_pid ⇒ Object
Returns the value of attribute remote_pid.
Instance Attribute Details
#connected_callback ⇒ Object
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_callback ⇒ Object
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_pid ⇒ Object
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_pid ⇒ Object
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 |