Class: Planik::Lohnausweis::Rohdaten::MengeAnsatz
- Inherits:
-
Object
- Object
- Planik::Lohnausweis::Rohdaten::MengeAnsatz
- Defined in:
- lib/lohnausweis/rohdaten.rb
Instance Attribute Summary collapse
-
#ansatz ⇒ Object
Returns the value of attribute ansatz.
-
#menge ⇒ Object
Returns the value of attribute menge.
Instance Method Summary collapse
-
#initialize(menge, ansatz) ⇒ MengeAnsatz
constructor
A new instance of MengeAnsatz.
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
#ansatz ⇒ Object
Returns the value of attribute ansatz.
9 10 11 |
# File 'lib/lohnausweis/rohdaten.rb', line 9 def ansatz @ansatz end |
#menge ⇒ Object
Returns the value of attribute menge.
9 10 11 |
# File 'lib/lohnausweis/rohdaten.rb', line 9 def menge @menge end |