Class: FinTS::Segment::HNSHA
- Inherits:
-
BaseSegment
- Object
- BaseSegment
- FinTS::Segment::HNSHA
- Defined in:
- lib/fints/segment/hnsha.rb
Overview
HNSHA (Signaturabschluss) Section B.5.2
Constant Summary collapse
- SECURITY_FUNC =
999- SECURITY_BOUNDARY =
SHM
1- SECURITY_SUPPLIER_ROLE =
ISS
1- PINTAN_VERSION =
1-step
1
Instance Attribute Summary
Attributes inherited from BaseSegment
Instance Method Summary collapse
-
#initialize(segno, secref, pin) ⇒ HNSHA
constructor
A new instance of HNSHA.
Methods inherited from BaseSegment
Constructor Details
#initialize(segno, secref, pin) ⇒ HNSHA
Returns a new instance of HNSHA.
11 12 13 14 |
# File 'lib/fints/segment/hnsha.rb', line 11 def initialize(segno, secref, pin) data = [secref, '', Helper.fints_escape(pin)] super(segno, data) end |