Class: HrLite::Calculators::Tds::Result
- Inherits:
-
Struct
- Object
- Struct
- HrLite::Calculators::Tds::Result
- Defined in:
- app/services/hr_lite/calculators/tds.rb
Instance Attribute Summary collapse
-
#annual_tax ⇒ Object
Returns the value of attribute annual_tax.
-
#details ⇒ Object
Returns the value of attribute details.
-
#monthly ⇒ Object
Returns the value of attribute monthly.
-
#projected_annual_gross ⇒ Object
Returns the value of attribute projected_annual_gross.
-
#taxable ⇒ Object
Returns the value of attribute taxable.
Instance Attribute Details
#annual_tax ⇒ Object
Returns the value of attribute annual_tax
13 14 15 |
# File 'app/services/hr_lite/calculators/tds.rb', line 13 def annual_tax @annual_tax end |
#details ⇒ Object
Returns the value of attribute details
13 14 15 |
# File 'app/services/hr_lite/calculators/tds.rb', line 13 def details @details end |
#monthly ⇒ Object
Returns the value of attribute monthly
13 14 15 |
# File 'app/services/hr_lite/calculators/tds.rb', line 13 def monthly @monthly end |
#projected_annual_gross ⇒ Object
Returns the value of attribute projected_annual_gross
13 14 15 |
# File 'app/services/hr_lite/calculators/tds.rb', line 13 def projected_annual_gross @projected_annual_gross end |
#taxable ⇒ Object
Returns the value of attribute taxable
13 14 15 |
# File 'app/services/hr_lite/calculators/tds.rb', line 13 def taxable @taxable end |