Class: Taxger::Einkommensteuer::Result
- Inherits:
-
Object
- Object
- Taxger::Einkommensteuer::Result
- Defined in:
- lib/taxger/einkommensteuer.rb
Instance Attribute Summary collapse
-
#ekst ⇒ Object
Returns the value of attribute ekst.
-
#solz ⇒ Object
Returns the value of attribute solz.
Instance Method Summary collapse
-
#initialize(ekst, solz) ⇒ Result
constructor
A new instance of Result.
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
#ekst ⇒ Object
Returns the value of attribute ekst.
5 6 7 |
# File 'lib/taxger/einkommensteuer.rb', line 5 def ekst @ekst end |
#solz ⇒ Object
Returns the value of attribute solz.
5 6 7 |
# File 'lib/taxger/einkommensteuer.rb', line 5 def solz @solz end |