Class: Nfe::Webservices::Wsinfo::Test::Svan
- Inherits:
-
Production::Svan
- Object
- WsdlBase
- Production::Svan
- Nfe::Webservices::Wsinfo::Test::Svan
- Defined in:
- lib/nfe/webservices/wsinfo/test/svan.rb
Instance Method Summary collapse
- #consult_emitter ⇒ Object
-
#initialize ⇒ Svan
constructor
A new instance of Svan.
Methods inherited from WsdlBase
#authorize, #disenable, #event, #service_status, #situation
Constructor Details
#initialize ⇒ Svan
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_emitter ⇒ Object
13 14 15 |
# File 'lib/nfe/webservices/wsinfo/test/svan.rb', line 13 def consult_emitter raise I18n.t("webservice.unsupported_service") end |