Class: Nfe::Webservices::Wsinfo::Test::Svrs
- Inherits:
-
Production::Svrs
- Object
- WsdlBase
- Production::Svrs
- Nfe::Webservices::Wsinfo::Test::Svrs
- Defined in:
- lib/nfe/webservices/wsinfo/test/svrs.rb
Instance Method Summary collapse
-
#initialize ⇒ Svrs
constructor
A new instance of Svrs.
Methods inherited from WsdlBase
#authorize, #consult_emitter, #disenable, #event, #service_status, #situation
Constructor Details
#initialize ⇒ Svrs
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 |