Class: AusgangsschnittstellenPool
- Defined in:
- lib/pkm_level2_converter/pools.rb
Overview
Ein XML-Ausgangsschnittstelle-Poolkodiert die Auflistung allerAusgangsschnittstellen einesTarifmoduls.
Instance Attribute Summary
Attributes inherited from Pool
Class Method Summary collapse
Instance Method Summary collapse
- #cr374 ⇒ Object
-
#cr374? ⇒ Boolean
def cr374_asst_pool_set cr374.to_set end.
-
#initialize(xml_node) ⇒ AusgangsschnittstellenPool
constructor
A new instance of AusgangsschnittstellenPool.
Methods inherited from Pool
#empty?, #get_by_reference, #length, parse_pool
Constructor Details
#initialize(xml_node) ⇒ AusgangsschnittstellenPool
Returns a new instance of AusgangsschnittstellenPool.
71 72 73 |
# File 'lib/pkm_level2_converter/pools.rb', line 71 def initialize(xml_node) super(xml_node, AusgangsschnittstellenPool.type) end |
Class Method Details
.type ⇒ Object
67 68 69 |
# File 'lib/pkm_level2_converter/pools.rb', line 67 def self.type Ausgangsschnittstelle end |
Instance Method Details
#cr374 ⇒ Object
75 76 77 |
# File 'lib/pkm_level2_converter/pools.rb', line 75 def cr374 @items.select(&:cr374?) end |
#cr374? ⇒ Boolean
def cr374_asst_pool_set
cr374.to_set
end
83 84 85 |
# File 'lib/pkm_level2_converter/pools.rb', line 83 def cr374? !cr374.empty? end |