Class: MyRepresentatives::NSW::MergeUpper
- Inherits:
-
Object
- Object
- MyRepresentatives::NSW::MergeUpper
- Defined in:
- lib/my_representatives/nsw/merge_upper.rb
Instance Attribute Summary collapse
-
#csv_people ⇒ Object
Returns the value of attribute csv_people.
-
#people ⇒ Object
Returns the value of attribute people.
-
#web_people ⇒ Object
Returns the value of attribute web_people.
Instance Method Summary collapse
-
#initialize ⇒ MergeUpper
constructor
A new instance of MergeUpper.
Constructor Details
#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 |
Instance Attribute Details
#csv_people ⇒ Object
Returns the value of attribute csv_people.
4 5 6 |
# File 'lib/my_representatives/nsw/merge_upper.rb', line 4 def csv_people @csv_people end |
#people ⇒ Object
Returns the value of attribute people.
4 5 6 |
# File 'lib/my_representatives/nsw/merge_upper.rb', line 4 def people @people end |
#web_people ⇒ Object
Returns the value of attribute web_people.
4 5 6 |
# File 'lib/my_representatives/nsw/merge_upper.rb', line 4 def web_people @web_people end |