Class: BrNfe::Service::Response::ConsultaLoteRps

Inherits:
Default show all
Defined in:
lib/br_nfe/service/response/consulta_lote_rps.rb

Instance Attribute Summary collapse

Attributes inherited from Default

#error_messages, #notas_fiscais, #original_xml, #status

Attributes inherited from ActiveModelBase

#reference

Method Summary

Methods inherited from Default

#get_status, #initialize, #message_codes, #success?, #successful_request?, #unsuccessful_request?

Methods inherited from ActiveModelBase

#assign_attributes, #default_values, #initialize

Constructor Details

This class inherits a constructor from BrNfe::Service::Response::Default

Instance Attribute Details

#protocoloObject

Número do protocolo de recebimento do XML Setado normalmente quando é enviado um lote RPS para processamento. O valor desse atributo é utilizado para posteriormente fazer a consulta para saber se o RPS já foi processado

Tipo de retorno: Integer ou String



13
14
15
# File 'lib/br_nfe/service/response/consulta_lote_rps.rb', line 13

def protocolo
  @protocolo
end