Method: LS4::GatewayService#rpc_delete

Defined in:
lib/ls4/service/gateway.rb

#rpc_delete(key) ⇒ Object



261
262
263
# File 'lib/ls4/service/gateway.rb', line 261

def rpc_delete(key)
	rpc_delete_impl(nil, key)
end