Method: LS4::GatewayService#rpc_get_data

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

#rpc_get_data(key) ⇒ Object



26
27
28
# File 'lib/ls4/service/gateway.rb', line 26

def rpc_get_data(key)
  rpc_get_data_impl(nil, key)
end