Class: Nfe::Webservices::Wsinfo::NfeSend

Inherits:
Base
  • Object
show all
Defined in:
lib/nfe/webservices/wsinfo/nfe_send.rb

Instance Attribute Summary

Attributes inherited from Base

#uf

Instance Method Summary collapse

Methods inherited from Base

#namespace, #schema, #service, #url, #version

Constructor Details

#initialize(environment, uf) ⇒ NfeSend

Returns a new instance of NfeSend.



5
6
7
8
9
10
11
12
# File 'lib/nfe/webservices/wsinfo/nfe_send.rb', line 5

def initialize(environment, uf)
  super(environment, uf)
  @service = :nfe_autorizacao_lote
  @namespace = "http://www.portalfiscal.inf.br/nfe/wsdl/NfeAutorizacao"
  @version = "3.10"
  @schema = "enviNFe_v3.10.xsd"
  @wsdl_service = :authorize
end