Class: DTAUS::ASatz

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

#blz_absenderObject



185
186
187
# File 'lib/dtaus/validator.rb', line 185

def blz_absender
  @string[15..22]
end

#blz_empfaengerObject



181
182
183
# File 'lib/dtaus/validator.rb', line 181

def blz_empfaenger
  @string[7..14]
end

#erstellt_amObject



193
194
195
# File 'lib/dtaus/validator.rb', line 193

def erstellt_am
  @string[50..55]
end

#kennzeichenObject



177
178
179
# File 'lib/dtaus/validator.rb', line 177

def kennzeichen
  @string[5..6]
end

#konto_absenderObject



201
202
203
# File 'lib/dtaus/validator.rb', line 201

def konto_absender
  @string[60..69]
end

#leerzeichen1Object



197
198
199
# File 'lib/dtaus/validator.rb', line 197

def leerzeichen1
  @string[56..59]
end

#leerzeichen2Object



209
210
211
# File 'lib/dtaus/validator.rb', line 209

def leerzeichen2
  @string[80..126]
end

#name_absenderObject



189
190
191
# File 'lib/dtaus/validator.rb', line 189

def name_absender
  @string[23..49]
end

#sammel_referenznummerObject



205
206
207
# File 'lib/dtaus/validator.rb', line 205

def sammel_referenznummer
  @string[70..79]
end

#waehrungObject



213
214
215
# File 'lib/dtaus/validator.rb', line 213

def waehrung
  @string[127..127]
end