Class: Nfe::Webservices::Wsinfo::Production::Sp
- Defined in:
- lib/nfe/webservices/wsinfo/production/sp.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize ⇒ Sp
constructor
A new instance of Sp.
Methods inherited from WsdlBase
#authorize, #consult_emitter, #disenable, #event, #service_status, #situation
Constructor Details
#initialize ⇒ Sp
Returns a new instance of Sp.
8 9 10 11 12 13 14 15 16 |
# File 'lib/nfe/webservices/wsinfo/production/sp.rb', line 8 def initialize @host = "https://nfe.fazenda.sp.gov.br/ws/" = "nfeautorizacao.asmx" @situation = "nfeconsulta2.asmx" @disenable = "nfeinutilizacao2.asmx" @event = "recepcaoevento.asmx" @service_status = "nfestatusservico2.asmx" @consult_emitter ="cadconsultacadastro2.asmx" end |