Class: Nfe::Webservices::Wsinfo::Test::Svrs

Inherits:
Production::Svrs show all
Defined in:
lib/nfe/webservices/wsinfo/test/svrs.rb

Instance Method Summary collapse

Methods inherited from WsdlBase

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

Constructor Details

#initializeSvrs

Returns a new instance of Svrs.



8
9
10
11
12
13
# File 'lib/nfe/webservices/wsinfo/test/svrs.rb', line 8

def initialize
  super

  @host = "https://nfe-homologacao.svrs.rs.gov.br/ws/"
  @consult_emitter = "https://cad-homologacao.svrs.rs.gov.br/ws/cadconsultacadastro/cadconsultacadastro2.asmx?wsdl"
end