Class: Hbci::Segments::Unknown
- Inherits:
-
Hbci::Segment
- Object
- Hbci::Segment
- Hbci::Segments::Unknown
- 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
.type ⇒ Object
12 13 14 |
# File 'lib/hbci/segments/unknown.rb', line 12 def self.type 'Unknown' end |
.version ⇒ Object
16 17 18 |
# File 'lib/hbci/segments/unknown.rb', line 16 def self.version '0' end |