Method: MyRepresentatives::NSW::MergeUpper#initialize
- Defined in:
- lib/my_representatives/nsw/merge_upper.rb
#initialize ⇒ MergeUpper
Returns a new instance of MergeUpper.
6 7 8 9 10 11 |
# File 'lib/my_representatives/nsw/merge_upper.rb', line 6 def initialize @csv_people = MyRepresentatives::NSW::CSVUpper.new.people @web_people = MyRepresentatives::NSW::WebUpper.new.people @people = [] check_and_update_person end |