Returns a new instance of ViaCep.
6 7 8 9
# File 'lib/brval/cep/via_cep.rb', line 6 def initialize cep super @url = URL_HOME + @cep + '/json' end