Class: Planik::Lohnausweis::Rohdaten::ArbeitsItem
- Inherits:
-
Object
- Object
- Planik::Lohnausweis::Rohdaten::ArbeitsItem
- Defined in:
- lib/lohnausweis/rohdaten.rb
Instance Attribute Summary collapse
-
#arbeitszeit ⇒ Object
Returns the value of attribute arbeitszeit.
-
#datum ⇒ Object
Returns the value of attribute datum.
-
#name ⇒ Object
Returns the value of attribute name.
-
#typ ⇒ Object
Returns the value of attribute typ.
-
#zeit_bis ⇒ Object
Returns the value of attribute zeit_bis.
-
#zeit_von ⇒ Object
Returns the value of attribute zeit_von.
Instance Method Summary collapse
-
#initialize(datum, name, typ, zeit_von, zeit_bis, arbeitszeit) ⇒ ArbeitsItem
constructor
A new instance of ArbeitsItem.
Constructor Details
#initialize(datum, name, typ, zeit_von, zeit_bis, arbeitszeit) ⇒ ArbeitsItem
66 67 68 |
# File 'lib/lohnausweis/rohdaten.rb', line 66 def initialize(datum, name, typ, zeit_von, zeit_bis, arbeitszeit) @datum, @name, @typ, @zeit_von, @zeit_bis, @arbeitszeit = datum, name, typ, zeit_von, zeit_bis, arbeitszeit end |
Instance Attribute Details
#arbeitszeit ⇒ Object
Returns the value of attribute arbeitszeit.
64 65 66 |
# File 'lib/lohnausweis/rohdaten.rb', line 64 def arbeitszeit @arbeitszeit end |
#datum ⇒ Object
Returns the value of attribute datum.
64 65 66 |
# File 'lib/lohnausweis/rohdaten.rb', line 64 def datum @datum end |
#name ⇒ Object
Returns the value of attribute name.
64 65 66 |
# File 'lib/lohnausweis/rohdaten.rb', line 64 def name @name end |
#typ ⇒ Object
Returns the value of attribute typ.
64 65 66 |
# File 'lib/lohnausweis/rohdaten.rb', line 64 def typ @typ end |
#zeit_bis ⇒ Object
Returns the value of attribute zeit_bis.
64 65 66 |
# File 'lib/lohnausweis/rohdaten.rb', line 64 def zeit_bis @zeit_bis end |
#zeit_von ⇒ Object
Returns the value of attribute zeit_von.
64 65 66 |
# File 'lib/lohnausweis/rohdaten.rb', line 64 def zeit_von @zeit_von end |