class Planik::Lohnausweis::Arbeitslistespalten
Constants
- SPALTEN
Public Class Methods
find(key)
click to toggle source
# File lib/lohnausweis/arbeitslistespalten.rb, line 105 def self.find(key) x = SPALTEN[key] raise "Kann Arbeitslistespalte für key '#{key}' nicht finden" unless x x end