Class: Hbci::Segments::Unknown

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

Instance Attribute Summary

Attributes inherited from Hbci::Segment

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

Class Method Summary collapse

Methods inherited from Hbci::Segment

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

Constructor Details

This class inherits a constructor from Hbci::Segment

Class Method Details

.typeObject



12
13
14
# File 'lib/hbci/segments/unknown.rb', line 12

def self.type
  'Unknown'
end

.versionObject



16
17
18
# File 'lib/hbci/segments/unknown.rb', line 16

def self.version
  '0'
end