Sha256: f70bb3893823501322fbc1843bfa99c8da3722fbf838b469c0cfba731dedd852

Contents?: true

Size: 731 Bytes

Versions: 3

Compression:

Stored size: 731 Bytes

Contents

module TituloEleitoral
  MULTIPLICADORES_DV1 = [2, 3, 4, 5, 6, 7, 8, 9]
  MULTIPLICADORES_DV2 = [7, 8, 9]

  UFS = {
      '01' => 'SP',
      '02' => 'MG',
      '03' => 'RJ',
      '04' => 'RS',
      '05' => 'BA',
      '06' => 'PR',
      '07' => 'CE',
      '08' => 'PE',
      '09' => 'SC',
      '10' => 'GO',
      '11' => 'MA',
      '12' => 'PB',
      '13' => 'PA',
      '14' => 'ES',
      '15' => 'PI',
      '16' => 'RN',
      '17' => 'AL',
      '18' => 'MT',
      '19' => 'MS',
      '20' => 'DF',
      '21' => 'SE',
      '22' => 'AM',
      '23' => 'RO',
      '24' => 'AC',
      '25' => 'AP',
      '26' => 'RR',
      '27' => 'TO',
      '28' => 'Exterior(ZZ)'
  }

  MODULO = 11

  NUMERO_DIGITOS = 12
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
titulo_eleitoral-0.0.4 lib/titulo_eleitoral/constantes.rb
titulo_eleitoral-0.0.2 lib/titulo_eleitoral/constantes.rb
titulo_eleitoral-0.0.1 lib/titulo_eleitoral/constantes.rb