Class: DTAUS::ESatz

Inherits:
Satz
  • Object
show all
Defined in:
lib/dtaus/validator.rb

Instance Attribute Summary

Attributes inherited from Satz

#string

Instance Method Summary collapse

Methods inherited from Satz

#initialize, #satzart, #satzlaenge

Constructor Details

This class inherits a constructor from DTAUS::Satz

Instance Method Details

#anzahl_c_saetzeObject



150
151
152
# File 'lib/dtaus/validator.rb', line 150

def anzahl_c_saetze
  @string[10..16]
end

#leerzeichen1Object



146
147
148
# File 'lib/dtaus/validator.rb', line 146

def leerzeichen1
  @string[5..9]
end

#leerzeichen2Object



170
171
172
# File 'lib/dtaus/validator.rb', line 170

def leerzeichen2
  @string[77..127]
end

#summe_blzObject



162
163
164
# File 'lib/dtaus/validator.rb', line 162

def summe_blz
  @string[47..63]
end

#summe_dmObject



154
155
156
# File 'lib/dtaus/validator.rb', line 154

def summe_dm
  @string[17..29]
end

#summe_euroObject



166
167
168
# File 'lib/dtaus/validator.rb', line 166

def summe_euro
  @string[64..76]
end

#summe_kontoObject



158
159
160
# File 'lib/dtaus/validator.rb', line 158

def summe_konto
  @string[30..46]
end