Class: Taxger::Einkommensteuer::Result

Inherits:
Object
  • Object
show all
Defined in:
lib/taxger/einkommensteuer.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(ekst, solz) ⇒ Result

Returns a new instance of Result.



7
8
9
10
# File 'lib/taxger/einkommensteuer.rb', line 7

def initialize(ekst, solz)
  @ekst = ekst
  @solz = solz
end

Instance Attribute Details

#ekstObject

Returns the value of attribute ekst.



5
6
7
# File 'lib/taxger/einkommensteuer.rb', line 5

def ekst
  @ekst
end

#solzObject

Returns the value of attribute solz.



5
6
7
# File 'lib/taxger/einkommensteuer.rb', line 5

def solz
  @solz
end