Class: FamilyUpdater

Inherits:
UpdateAgent show all
Defined in:
lib/updateagent/updaters/family_updater.rb

Constant Summary

Constants inherited from UpdateAgent

UpdateAgent::MAX_HASHES_AT_A_TIME, UpdateAgent::MAX_TO_BATCH_AT_A_TIME, UpdateAgent::RETRIES, UpdateAgent::RETRY_SLEEP, UpdateAgent::SLEEP_PERIOD

Instance Attribute Summary

Attributes inherited from UpdateAgent

#attributes, #create, #data, #sync, #update

Instance Method Summary collapse

Methods inherited from UpdateAgent

#check_for_invalid_columns, #compare, #confirm, #data_by_id, #errors, #finish_sync, #has_work?, #ids, #initialize, #legacy_ids, #present, #present_record, #push, #read_from_file, #resource, #send_notification, #start_sync, #to_sync_item

Constructor Details

This class inherits a constructor from UpdateAgent

Instance Method Details

#name_for(row) ⇒ Object



4
5
6
# File 'lib/updateagent/updaters/family_updater.rb', line 4

def name_for(row)
  row['name'] rescue ''
end