Class: Planik::Lohnausweis::Rohdaten

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

Overview

Die Rohdaten um einen Lohnausweis zu generieren

Defined Under Namespace

Classes: Adresse, ArbeitsItem, Arbeitszeit, MengeAnsatz

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize {|_self| ... } ⇒ Rohdaten

Returns a new instance of Rohdaten.

Yields:

  • (_self)

Yield Parameters:



72
73
74
75
# File 'lib/lohnausweis/rohdaten.rb', line 72

def initialize
  @arbeitsliste = []
  yield self
end

Instance Attribute Details

#adresseObject

Returns the value of attribute adresse.



67
68
69
# File 'lib/lohnausweis/rohdaten.rb', line 67

def adresse
  @adresse
end

#arbeitslisteObject

Returns the value of attribute arbeitsliste.



70
71
72
# File 'lib/lohnausweis/rohdaten.rb', line 70

def arbeitsliste
  @arbeitsliste
end

#arbeitszeitObject

Returns the value of attribute arbeitszeit.



68
69
70
# File 'lib/lohnausweis/rohdaten.rb', line 68

def arbeitszeit
  @arbeitszeit
end

#end_datumObject

Returns the value of attribute end_datum.



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

def end_datum
  @end_datum
end

#end_datum_for_arbeitObject

Returns the value of attribute end_datum_for_arbeit.



66
67
68
# File 'lib/lohnausweis/rohdaten.rb', line 66

def end_datum_for_arbeit
  @end_datum_for_arbeit
end

#start_datumObject

Returns the value of attribute start_datum.



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

def start_datum
  @start_datum
end

#start_datum_for_arbeitObject

Returns the value of attribute start_datum_for_arbeit.



66
67
68
# File 'lib/lohnausweis/rohdaten.rb', line 66

def start_datum_for_arbeit
  @start_datum_for_arbeit
end

#zulage_nachtObject

Returns the value of attribute zulage_nacht.



69
70
71
# File 'lib/lohnausweis/rohdaten.rb', line 69

def zulage_nacht
  @zulage_nacht
end

#zulage_wochenendeObject

Returns the value of attribute zulage_wochenende.



69
70
71
# File 'lib/lohnausweis/rohdaten.rb', line 69

def zulage_wochenende
  @zulage_wochenende
end