Class: Ccrpc::RpcConnection::ReceivedCallData
- Inherits:
-
Struct
- Object
- Struct
- Ccrpc::RpcConnection::ReceivedCallData
- Defined in:
- lib/ccrpc/rpc_connection.rb
Instance Attribute Summary collapse
-
#cbfunc ⇒ Object
Returns the value of attribute cbfunc.
-
#id ⇒ Object
Returns the value of attribute id.
-
#recv_id ⇒ Object
Returns the value of attribute recv_id.
Instance Attribute Details
#cbfunc ⇒ Object
Returns the value of attribute cbfunc
79 80 81 |
# File 'lib/ccrpc/rpc_connection.rb', line 79 def cbfunc @cbfunc end |
#id ⇒ Object
Returns the value of attribute id
79 80 81 |
# File 'lib/ccrpc/rpc_connection.rb', line 79 def id @id end |
#recv_id ⇒ Object
Returns the value of attribute recv_id
79 80 81 |
# File 'lib/ccrpc/rpc_connection.rb', line 79 def recv_id @recv_id end |