Class: BrNfe::Product::Nfe::ProcessoReferencia

Inherits:
ActiveModelBase show all
Defined in:
lib/br_nfe/product/nfe/processo_referencia.rb

Instance Attribute Summary collapse

Attributes inherited from ActiveModelBase

#reference

Method Summary

Methods inherited from ActiveModelBase

#assign_attributes, #default_values, #initialize

Constructor Details

This class inherits a constructor from BrNfe::ActiveModelBase

Instance Attribute Details

#indicadorObject

INDICADOR DA ORIGEM DO PROCESSO

0 = SEFAZ;
1 = Justi

Type: Number Required: Yes Default: 0 Example: 1 Length: _max: 60_ tag: indProc



37
38
39
# File 'lib/br_nfe/product/nfe/processo_referencia.rb', line 37

def indicador
  @indicador
end

#numero_processoObject

IDENTIFICADOR DO PROCESSO OU ATO CONCESSÓRIO

Type: String Required: Yes Example: PRF226482 Length: _max: 60_ tag: nProc



20
21
22
# File 'lib/br_nfe/product/nfe/processo_referencia.rb', line 20

def numero_processo
  @numero_processo
end