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