Class: DTAUS::ESatz
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_saetze ⇒ Object
150
151
152
|
# File 'lib/dtaus/validator.rb', line 150
def anzahl_c_saetze
@string[10..16]
end
|
#leerzeichen1 ⇒ Object
146
147
148
|
# File 'lib/dtaus/validator.rb', line 146
def leerzeichen1
@string[5..9]
end
|
#leerzeichen2 ⇒ Object
170
171
172
|
# File 'lib/dtaus/validator.rb', line 170
def leerzeichen2
@string[77..127]
end
|
#summe_blz ⇒ Object
162
163
164
|
# File 'lib/dtaus/validator.rb', line 162
def summe_blz
@string[47..63]
end
|
#summe_dm ⇒ Object
154
155
156
|
# File 'lib/dtaus/validator.rb', line 154
def summe_dm
@string[17..29]
end
|
#summe_euro ⇒ Object
166
167
168
|
# File 'lib/dtaus/validator.rb', line 166
def summe_euro
@string[64..76]
end
|
#summe_konto ⇒ Object
158
159
160
|
# File 'lib/dtaus/validator.rb', line 158
def summe_konto
@string[30..46]
end
|