Class: Nfe::Webservices::Wsinfo::Production::Sp

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

Direct Known Subclasses

Test::Sp

Instance Method Summary collapse

Methods inherited from WsdlBase

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

Constructor Details

#initializeSp

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/"
  @authorize = "nfeautorizacao.asmx"
  @situation = "nfeconsulta2.asmx"
  @disenable = "nfeinutilizacao2.asmx"
  @event = "recepcaoevento.asmx"
  @service_status = "nfestatusservico2.asmx"
  @consult_emitter ="cadconsultacadastro2.asmx"
end