Method: LS4::CSRPCService#sync_config
- Defined in:
- lib/ls4/service/rpc_cs.rb
#sync_config(hash_array) ⇒ Object
44 45 46 47 48 49 |
# File 'lib/ls4/service/rpc_cs.rb', line 44 def sync_config(hash_array) hash_array = hash_array.map {|str| force_binary!(str) if str } dispatch(CSRPCBus, :sync_config, hash_array) end |