Class: Nfe::Webservices::Wsinfo::Production::Pr

Inherits:
WsdlBase
  • Object
show all
Defined in:
lib/nfe/webservices/wsinfo/production/pr.rb

Direct Known Subclasses

Test::Pr

Instance Method Summary collapse

Methods inherited from WsdlBase

#authorize, #consult_emitter, #disenable, #event, #service_status, #situation

Constructor Details

#initializePr



8
9
10
11
12
13
14
15
16
17
# 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