class Nfe::Webservices::Wsinfo::Production::Pr

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/nfe/webservices/wsinfo/production/pr.rb, line 8
def initialize
  super
  @host = "https://nfe.fazenda.pr.gov.br/nfe/"
  @authorize = "NFeAutorizacao3"
  @situation = "NFeConsulta3"
  @disenable = "NFeInutilizacao3"
  @event = "NFeRecepcaoEvento"
  @service_status = "NFeStatusServico3"
  @consult_emitter = "CadConsultaCadastro2"
end