Method: LS4::GatewayService#rpc_add_data
- Defined in:
- lib/ls4/service/gateway.rb
#rpc_add_data(key, data) ⇒ Object
194 195 196 |
# File 'lib/ls4/service/gateway.rb', line 194 def rpc_add_data(key, data) rpc_add_impl(nil, key, data, {}) end |