class ISO3166::Subdivision

def initialize(attrs)

def initialize(attrs)
  attrs.each_pair do |k, v|
    send "#{k}=", v
  end
end