Class: MyRepresentatives::VIC::MergeLower
- Inherits:
-
Object
- Object
- MyRepresentatives::VIC::MergeLower
- Defined in:
- lib/my_representatives/vic/merge_lower.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 ⇒ MergeLower
constructor
A new instance of MergeLower.
Constructor Details
#initialize ⇒ MergeLower
Returns a new instance of MergeLower.
6 7 8 9 10 11 |
# File 'lib/my_representatives/vic/merge_lower.rb', line 6 def initialize @csv_people = MyRepresentatives::VIC::CSVLower.new.people @web_people = MyRepresentatives::VIC::WebLower.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/vic/merge_lower.rb', line 4 def csv_people @csv_people end |
#people ⇒ Object
Returns the value of attribute people.
4 5 6 |
# File 'lib/my_representatives/vic/merge_lower.rb', line 4 def people @people end |
#web_people ⇒ Object
Returns the value of attribute web_people.
4 5 6 |
# File 'lib/my_representatives/vic/merge_lower.rb', line 4 def web_people @web_people end |