Class: Ccrpc::RpcConnection::CallbackReceiver

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

Instance Attribute Summary collapse

Instance Attribute Details

#callbacksObject

Returns the value of attribute callbacks

Returns:

  • (Object)

    the current value of callbacks



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

def callbacks
  @callbacks
end

#methObject

Returns the value of attribute meth

Returns:

  • (Object)

    the current value of meth



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

def meth
  @meth
end