Class: BrNfe::Product::Nfe::ProcessoReferencia
- Inherits:
-
ActiveModelBase
- Object
- ActiveModelBase
- BrNfe::Product::Nfe::ProcessoReferencia
- Defined in:
- lib/br_nfe/product/nfe/processo_referencia.rb
Instance Attribute Summary collapse
-
#indicador ⇒ Object
INDICADOR DA ORIGEM DO PROCESSO 0 = SEFAZ; 1 = Justiça Federal; 2 = Justiça Estadual; 3 = Secex/RFB; 9 = Outros.
-
#numero_processo ⇒ Object
IDENTIFICADOR DO PROCESSO OU ATO CONCESSÓRIO.
Attributes inherited from ActiveModelBase
Method Summary
Methods inherited from ActiveModelBase
#assign_attributes, #default_values, #initialize
Constructor Details
This class inherits a constructor from BrNfe::ActiveModelBase
Instance Attribute Details
#indicador ⇒ Object
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_processo ⇒ Object
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 |