Class: FinTS::Segment::HNHBS

Inherits:
BaseSegment show all
Defined in:
lib/fints/segment/hnhbs.rb

Overview

HNHBS (Nachrichtenabschluss) Section B.5.3

Instance Attribute Summary

Attributes inherited from BaseSegment

#segmentno

Instance Method Summary collapse

Methods inherited from BaseSegment

#to_s

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