Class: Planik::Lohnausweis::Rohdaten::ArbeitsItem

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

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#arbeitszeitObject

Returns the value of attribute arbeitszeit.



64
65
66
# File 'lib/lohnausweis/rohdaten.rb', line 64

def arbeitszeit
  @arbeitszeit
end

#datumObject

Returns the value of attribute datum.



64
65
66
# File 'lib/lohnausweis/rohdaten.rb', line 64

def datum
  @datum
end

#nameObject

Returns the value of attribute name.



64
65
66
# File 'lib/lohnausweis/rohdaten.rb', line 64

def name
  @name
end

#typObject

Returns the value of attribute typ.



64
65
66
# File 'lib/lohnausweis/rohdaten.rb', line 64

def typ
  @typ
end

#zeit_bisObject

Returns the value of attribute zeit_bis.



64
65
66
# File 'lib/lohnausweis/rohdaten.rb', line 64

def zeit_bis
  @zeit_bis
end

#zeit_vonObject

Returns the value of attribute zeit_von.



64
65
66
# File 'lib/lohnausweis/rohdaten.rb', line 64

def zeit_von
  @zeit_von
end