Class: Nfe::Webservices::Wsinfo::Production::Pr
- Defined in:
- lib/nfe/webservices/wsinfo/production/pr.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize ⇒ Pr
constructor
A new instance of Pr.
Methods inherited from WsdlBase
#authorize, #consult_emitter, #disenable, #event, #service_status, #situation
Constructor Details
#initialize ⇒ Pr
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/" = "NFeAutorizacao3" @situation = "NFeConsulta3" @disenable = "NFeInutilizacao3" @event = "NFeRecepcaoEvento" @service_status = "NFeStatusServico3" @consult_emitter = "CadConsultaCadastro2" end |