class Everypolitician::Popolo::Area

Public Instance Methods

identifiers() click to toggle source
# File lib/everypolitician/popolo/area.rb, line 9
def identifiers
  document.fetch(:identifiers, [])
end
name() click to toggle source
# File lib/everypolitician/popolo/area.rb, line 13
def name
  document.fetch(:name, nil)
end
other_names() click to toggle source
# File lib/everypolitician/popolo/area.rb, line 17
def other_names
  document.fetch(:other_names, [])
end
type() click to toggle source
# File lib/everypolitician/popolo/area.rb, line 21
def type
  document.fetch(:type, nil)
end