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