Method: LS4::GatewayService#rpc_addv
- Defined in:
- lib/ls4/service/gateway.rb
#rpc_addv(vname, key, data, attrs) ⇒ Object
199 200 201 |
# File 'lib/ls4/service/gateway.rb', line 199 def rpc_addv(vname, key, data, attrs) rpc_add_impl(vname, key, data, attrs) end |