Class: NfseIssnet::Responses::ConsultaLoteRps
- Defined in:
- lib/nfse_issnet/responses/consulta_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/consulta_lote_rps.rb', line 4 def response OpenStruct.new(notas_fiscais: notas_fiscais, erros: erros) end |