Class: Nfe::Webservices::Wsinfo::Test::Svan

Inherits:
Production::Svan show all
Defined in:
lib/nfe/webservices/wsinfo/test/svan.rb

Instance Method Summary collapse

Methods inherited from WsdlBase

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

Constructor Details

#initializeSvan

Returns a new instance of Svan.



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

def initialize
  super
  @host = "https://hom.sefazvirtual.fazenda.gov.br/"
end

Instance Method Details

#consult_emitterObject



13
14
15
# File 'lib/nfe/webservices/wsinfo/test/svan.rb', line 13

def consult_emitter
  raise I18n.t("webservice.unsupported_service")
end