Class: Planik::Lohnausweis::Rohdaten::Freifeld

Inherits:
Object
  • Object
show all
Defined in:
lib/lohnausweis/rohdaten.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name, menge, ansatz, betrag) ⇒ Freifeld



58
59
60
# File 'lib/lohnausweis/rohdaten.rb', line 58

def initialize(name, menge, ansatz, betrag)
  @name, @menge, @ansatz, @betrag = name, menge, ansatz, betrag
end

Instance Attribute Details

#ansatzObject

Returns the value of attribute ansatz.



56
57
58
# File 'lib/lohnausweis/rohdaten.rb', line 56

def ansatz
  @ansatz
end

#betragObject

Returns the value of attribute betrag.



56
57
58
# File 'lib/lohnausweis/rohdaten.rb', line 56

def betrag
  @betrag
end

#mengeObject

Returns the value of attribute menge.



56
57
58
# File 'lib/lohnausweis/rohdaten.rb', line 56

def menge
  @menge
end

#nameObject

Returns the value of attribute name.



56
57
58
# File 'lib/lohnausweis/rohdaten.rb', line 56

def name
  @name
end