Class: Datasets::HouseOfCouncillor::Member
- Inherits:
-
Struct
- Object
- Struct
- Datasets::HouseOfCouncillor::Member
- Defined in:
- lib/datasets/house-of-councillor.rb
Instance Attribute Summary collapse
-
#career ⇒ Object
Returns the value of attribute career.
-
#career_on ⇒ Object
Returns the value of attribute career_on.
-
#constituency ⇒ Object
Returns the value of attribute constituency.
-
#elected_number ⇒ Object
Returns the value of attribute elected_number.
-
#elected_years ⇒ Object
Returns the value of attribute elected_years.
-
#expiration_of_term ⇒ Object
Returns the value of attribute expiration_of_term.
-
#in_house_group_abbreviation ⇒ Object
Returns the value of attribute in_house_group_abbreviation.
-
#photo_url ⇒ Object
Returns the value of attribute photo_url.
-
#professional_name ⇒ Object
Returns the value of attribute professional_name.
-
#professional_name_reading ⇒ Object
Returns the value of attribute professional_name_reading.
-
#profile_url ⇒ Object
Returns the value of attribute profile_url.
-
#responsibilities ⇒ Object
Returns the value of attribute responsibilities.
-
#responsibility_on ⇒ Object
Returns the value of attribute responsibility_on.
-
#true_name ⇒ Object
Returns the value of attribute true_name.
Instance Attribute Details
#career ⇒ Object
Returns the value of attribute career
66 67 68 |
# File 'lib/datasets/house-of-councillor.rb', line 66 def career @career end |
#career_on ⇒ Object
Returns the value of attribute career_on
66 67 68 |
# File 'lib/datasets/house-of-councillor.rb', line 66 def career_on @career_on end |
#constituency ⇒ Object
Returns the value of attribute constituency
66 67 68 |
# File 'lib/datasets/house-of-councillor.rb', line 66 def constituency @constituency end |
#elected_number ⇒ Object
Returns the value of attribute elected_number
66 67 68 |
# File 'lib/datasets/house-of-councillor.rb', line 66 def elected_number @elected_number end |
#elected_years ⇒ Object
Returns the value of attribute elected_years
66 67 68 |
# File 'lib/datasets/house-of-councillor.rb', line 66 def elected_years @elected_years end |
#expiration_of_term ⇒ Object
Returns the value of attribute expiration_of_term
66 67 68 |
# File 'lib/datasets/house-of-councillor.rb', line 66 def expiration_of_term @expiration_of_term end |
#in_house_group_abbreviation ⇒ Object
Returns the value of attribute in_house_group_abbreviation
66 67 68 |
# File 'lib/datasets/house-of-councillor.rb', line 66 def in_house_group_abbreviation @in_house_group_abbreviation end |
#photo_url ⇒ Object
Returns the value of attribute photo_url
66 67 68 |
# File 'lib/datasets/house-of-councillor.rb', line 66 def photo_url @photo_url end |
#professional_name ⇒ Object
Returns the value of attribute professional_name
66 67 68 |
# File 'lib/datasets/house-of-councillor.rb', line 66 def professional_name @professional_name end |
#professional_name_reading ⇒ Object
Returns the value of attribute professional_name_reading
66 67 68 |
# File 'lib/datasets/house-of-councillor.rb', line 66 def professional_name_reading @professional_name_reading end |
#profile_url ⇒ Object
Returns the value of attribute profile_url
66 67 68 |
# File 'lib/datasets/house-of-councillor.rb', line 66 def profile_url @profile_url end |
#responsibilities ⇒ Object
Returns the value of attribute responsibilities
66 67 68 |
# File 'lib/datasets/house-of-councillor.rb', line 66 def responsibilities @responsibilities end |
#responsibility_on ⇒ Object
Returns the value of attribute responsibility_on
66 67 68 |
# File 'lib/datasets/house-of-councillor.rb', line 66 def responsibility_on @responsibility_on end |
#true_name ⇒ Object
Returns the value of attribute true_name
66 67 68 |
# File 'lib/datasets/house-of-councillor.rb', line 66 def true_name @true_name end |