class Twfy::Constituency

Public Instance Methods

geometry() click to toggle source
# File lib/twfy/constituency.rb, line 5
def geometry
  @geometry ||= @client.geometry(name: @name).with(constituency: self)
end
mp() click to toggle source
# File lib/twfy/constituency.rb, line 9
def mp
  @mp ||= @client.mp(constituency: @name).with(constituency: self)
end