class UkParliament::Commons
Class representing the House of Commons
.
Constants
Attributes
members[R]
Instance data accessor(s).
Public Class Methods
new(load_from_file = false)
click to toggle source
Initialise the class populating the Commons
member data.
# File lib/uk_parliament/commons.rb, line 15 def initialize(load_from_file = false) @members = HouseMembersManager.new(HOUSE_ID, load_from_file).members end