class Planik::Lohnausweis::Fakt

Attributes

betrag[R]

Public Class Methods

new(name, menge, ansatz, betrag, einheit = "Fr") click to toggle source
Calls superclass method Planik::Lohnausweis::Eintrag::new
# File lib/lohnausweis/daten_eintrag.rb, line 58
def initialize(name, menge, ansatz, betrag, einheit = "Fr")
  super(name, menge, ansatz, einheit)
  @betrag = betrag
end

Public Instance Methods

ansatz_to_s() click to toggle source
# File lib/lohnausweis/daten_eintrag.rb, line 63
def ansatz_to_s
  ansatz
end