Class: FinTS::Segment::HNHBS
- Inherits:
-
BaseSegment
- Object
- BaseSegment
- FinTS::Segment::HNHBS
- Defined in:
- lib/fints/segment/hnhbs.rb
Overview
HNHBS (Nachrichtenabschluss) Section B.5.3
Instance Attribute Summary
Attributes inherited from BaseSegment
Instance Method Summary collapse
-
#initialize(segno, msgno) ⇒ HNHBS
constructor
A new instance of HNHBS.
Methods inherited from BaseSegment
Constructor Details
#initialize(segno, msgno) ⇒ HNHBS
Returns a new instance of HNHBS.
6 7 8 9 |
# File 'lib/fints/segment/hnhbs.rb', line 6 def initialize(segno, msgno) data = [msgno.to_s] super(segno, data) end |