Class: Ccrpc::RpcConnection::ReceivedCallData

Inherits:
Struct
  • Object
show all
Defined in:
lib/ccrpc/rpc_connection.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cbfuncObject

Returns the value of attribute cbfunc

Returns:

  • (Object)

    the current value of cbfunc



79
80
81
# File 'lib/ccrpc/rpc_connection.rb', line 79

def cbfunc
  @cbfunc
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



79
80
81
# File 'lib/ccrpc/rpc_connection.rb', line 79

def id
  @id
end

#recv_idObject

Returns the value of attribute recv_id

Returns:

  • (Object)

    the current value of recv_id



79
80
81
# File 'lib/ccrpc/rpc_connection.rb', line 79

def recv_id
  @recv_id
end