Class: AusgangsparameterPool
- Defined in:
- lib/pkm_level2_converter/pools.rb
Overview
Ein XML-Ausgangsparameter-Poolkodiert die Auflistung allerAusgangsparametereinerAusgangsschnittstelle.
Instance Attribute Summary
Attributes inherited from Pool
Class Method Summary collapse
-
.type ⇒ Object
TODO…
Instance Method Summary collapse
-
#initialize(xml_node) ⇒ AusgangsparameterPool
constructor
A new instance of AusgangsparameterPool.
Methods inherited from Pool
#empty?, #get_by_reference, #length, parse_pool
Constructor Details
#initialize(xml_node) ⇒ AusgangsparameterPool
Returns a new instance of AusgangsparameterPool.
60 61 62 |
# File 'lib/pkm_level2_converter/pools.rb', line 60 def initialize(xml_node) super(xml_node, AusgangsparameterPool.type) end |
Class Method Details
.type ⇒ Object
TODO… Das passt noch nicht zur Pool-Implementierung
56 57 58 |
# File 'lib/pkm_level2_converter/pools.rb', line 56 def self.type Ausgangsparameter end |