class Nfe::Webservices::Wsinfo::Production::Svrs
Public Class Methods
new()
click to toggle source
# File lib/nfe/webservices/wsinfo/production/svrs.rb, line 8 def initialize @host = "https://nfe.svrs.rs.gov.br/ws/" @authorize = "NfeAutorizacao/NFeAutorizacao.asmx" @situation = "NfeConsulta/NfeConsulta2.asmx" @disenable = "nfeinutilizacao/nfeinutilizacao2.asmx" @event = "recepcaoevento/recepcaoevento.asmx" @service_status = "NfeStatusServico/NfeStatusServico2.asmx" @consult_emitter = "https://cad.svrs.rs.gov.br/ws/cadconsultacadastro/cadconsultacadastro2.asmx?wsdl" end