Class: Hbci::Segments::HNHBSv1

Inherits:
Hbci::Segment show all
Defined in:
lib/hbci/segments/hnhbs.rb

Instance Attribute Summary

Attributes inherited from Hbci::Segment

#defined_element_groups, #dialog, #element_groups, #message, #request_message

Instance Method Summary collapse

Methods inherited from Hbci::Segment

#build, element, element_group, element_groups_to_be_defined, fill, #initialize, #to_s

Constructor Details

This class inherits a constructor from Hbci::Segment

Instance Method Details

#compileObject



9
10
11
# File 'lib/hbci/segments/hnhbs.rb', line 9

def compile
  self.message_number = request_message.connector.message_number
end