Class: Nfe::Webservices::Wsinfo::Test::Rs
- Inherits:
-
Production::Rs
- Object
- WsdlBase
- Production::Rs
- Nfe::Webservices::Wsinfo::Test::Rs
- Defined in:
- lib/nfe/webservices/wsinfo/test/rs.rb
Instance Method Summary collapse
-
#initialize ⇒ Rs
constructor
A new instance of Rs.
Methods inherited from WsdlBase
#authorize, #consult_emitter, #disenable, #event, #service_status, #situation
Constructor Details
#initialize ⇒ Rs
Returns a new instance of Rs.
8 9 10 11 12 |
# File 'lib/nfe/webservices/wsinfo/test/rs.rb', line 8 def initialize super @host = "https://nfe-homologacao.sefazrs.rs.gov.br/ws/" @consult_emitter = "https://cad.sefazrs.rs.gov.br/ws/cadconsultacadastro/cadconsultacadastro2.asmx?wsdl" end |