Class: FamilyUpdater

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

Instance Attribute Summary

Attributes inherited from UpdateAgent

#attributes, #create, #data, #update

Instance Method Summary collapse

Methods inherited from UpdateAgent

#check_for_invalid_columns, #compare, #confirm, #data_by_id, #has_work?, #ids, #initialize, #legacy_ids, #present, #present_record, #push, #read_from_file, #resource

Constructor Details

This class inherits a constructor from UpdateAgent

Instance Method Details

#name_for(row) ⇒ Object



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

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