Class: NfseIssnet::Responses::ConsultaLoteRps

Inherits:
Base
  • Object
show all
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

#initialize

Constructor Details

This class inherits a constructor from NfseIssnet::Responses::Base

Instance Method Details

#responseObject



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