Method: LS4::GatewayService#rpc_addv_data

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

#rpc_addv_data(vname, key, data) ⇒ Object



203
204
205
# File 'lib/ls4/service/gateway.rb', line 203

def rpc_addv_data(vname, key, data)
	rpc_add_impl(vname, key, data, {})
end