Class: Train::Tax::Calculator::Deductions

Inherits:
Object
  • Object
show all
Defined in:
lib/train/tax/calculator/deductions.rb

Class Method Summary collapse

Class Method Details

.call(salary) ⇒ Object



6
7
8
9
10
# File 'lib/train/tax/calculator/deductions.rb', line 6

def self.call(salary)
  Sss.(salary)[:employee_share] +
    Pagibig.(salary)[:employee_share] +
    Philhealth.(salary)[:employee_share]
end