Class: NfseIssnet::Responses::EnviaLoteRps
- Defined in:
- lib/nfse_issnet/responses/envia_lote_rps.rb
Instance Attribute Summary
Attributes inherited from Base
#errors_path, #keys_root_path, #notas_fiscais_path, #savon_body, #savon_response
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from NfseIssnet::Responses::Base
Instance Method Details
#response ⇒ Object
4 5 6 |
# File 'lib/nfse_issnet/responses/envia_lote_rps.rb', line 4 def response OpenStruct.new(protocolo: protocolo, numero_lote: numero_lote, data_recebimento: data_recebimento, error_messages: erros) end |