Class: Planik::Lohnausweis::Formatter

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(align_right = false) ⇒ Formatter

Returns a new instance of Formatter.



10
11
12
# File 'lib/lohnausweis/arbeitslistespalten.rb', line 10

def initialize align_right = false
  @align_right = align_right
end

Instance Attribute Details

#align_rightObject (readonly)

Returns the value of attribute align_right.



8
9
10
# File 'lib/lohnausweis/arbeitslistespalten.rb', line 8

def align_right
  @align_right
end

Instance Method Details

#summe(arbeitsliste) ⇒ Object



14
15
16
# File 'lib/lohnausweis/arbeitslistespalten.rb', line 14

def summe(arbeitsliste)
  nil
end