Class: Planik::Lohnausweis::Rohdaten::MengeAnsatz

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(menge, ansatz) ⇒ MengeAnsatz

Returns a new instance of MengeAnsatz.



11
12
13
# File 'lib/lohnausweis/rohdaten.rb', line 11

def initialize(menge, ansatz)
  @menge, @ansatz = menge, ansatz;
end

Instance Attribute Details

#ansatzObject

Returns the value of attribute ansatz.



9
10
11
# File 'lib/lohnausweis/rohdaten.rb', line 9

def ansatz
  @ansatz
end

#mengeObject

Returns the value of attribute menge.



9
10
11
# File 'lib/lohnausweis/rohdaten.rb', line 9

def menge
  @menge
end