Method: VAldeias::Remessa::Trailler#initialize

Defined in:
lib/formatos/cnab400/arquivo/VAldeias/trailler.rb

#initializeTrailler

Returns a new instance of Trailler.



8
9
10
11
12
13
14
15
16
# File 'lib/formatos/cnab400/arquivo/VAldeias/trailler.rb', line 8

def initialize
  @section = Section.new({
     0 => Position.new(1, 1, false, "9", true),                  # Código do Registro
     1 => Position.new(2, 1, false, "9"),                        # Código Remessa
     2 => Position.new(3, 6, true),                              # Qtde do Registro
     3 => Position.new(4, 385, false),                           # Mensagem do boleto
     4 => Position.new(5, 6, true),                              # Numero sequencial do registro
   })
end