Method: LS4::SyncServerService#update
- Defined in:
- lib/ls4/service/sync.rb
#update(id, data, hash) ⇒ Object
69 70 71 72 73 74 |
# File 'lib/ls4/service/sync.rb', line 69 def update(id, data, hash) @data_array[id] = data @hash_array[id] = hash update_hash nil end |