Class: HrLite::Calculators::Tds::Result

Inherits:
Struct
  • Object
show all
Defined in:
app/services/hr_lite/calculators/tds.rb

Instance Attribute Summary collapse

Instance Attribute Details

#annual_taxObject

Returns the value of attribute annual_tax

Returns:

  • (Object)

    the current value of annual_tax



13
14
15
# File 'app/services/hr_lite/calculators/tds.rb', line 13

def annual_tax
  @annual_tax
end

#detailsObject

Returns the value of attribute details

Returns:

  • (Object)

    the current value of details



13
14
15
# File 'app/services/hr_lite/calculators/tds.rb', line 13

def details
  @details
end

#monthlyObject

Returns the value of attribute monthly

Returns:

  • (Object)

    the current value of monthly



13
14
15
# File 'app/services/hr_lite/calculators/tds.rb', line 13

def monthly
  @monthly
end

#projected_annual_grossObject

Returns the value of attribute projected_annual_gross

Returns:

  • (Object)

    the current value of projected_annual_gross



13
14
15
# File 'app/services/hr_lite/calculators/tds.rb', line 13

def projected_annual_gross
  @projected_annual_gross
end

#taxableObject

Returns the value of attribute taxable

Returns:

  • (Object)

    the current value of taxable



13
14
15
# File 'app/services/hr_lite/calculators/tds.rb', line 13

def taxable
  @taxable
end