Class: HrLite::Calculators::Pf::Result
- Inherits:
-
Struct
- Object
- Struct
- HrLite::Calculators::Pf::Result
- Defined in:
- app/services/hr_lite/calculators/pf.rb
Instance Attribute Summary collapse
-
#admin_charges ⇒ Object
Returns the value of attribute admin_charges.
-
#edli ⇒ Object
Returns the value of attribute edli.
-
#employee ⇒ Object
Returns the value of attribute employee.
-
#employer_epf ⇒ Object
Returns the value of attribute employer_epf.
-
#employer_eps ⇒ Object
Returns the value of attribute employer_eps.
-
#pf_wage ⇒ Object
Returns the value of attribute pf_wage.
Instance Attribute Details
#admin_charges ⇒ Object
Returns the value of attribute admin_charges
7 8 9 |
# File 'app/services/hr_lite/calculators/pf.rb', line 7 def admin_charges @admin_charges end |
#edli ⇒ Object
Returns the value of attribute edli
7 8 9 |
# File 'app/services/hr_lite/calculators/pf.rb', line 7 def edli @edli end |
#employee ⇒ Object
Returns the value of attribute employee
7 8 9 |
# File 'app/services/hr_lite/calculators/pf.rb', line 7 def employee @employee end |
#employer_epf ⇒ Object
Returns the value of attribute employer_epf
7 8 9 |
# File 'app/services/hr_lite/calculators/pf.rb', line 7 def employer_epf @employer_epf end |
#employer_eps ⇒ Object
Returns the value of attribute employer_eps
7 8 9 |
# File 'app/services/hr_lite/calculators/pf.rb', line 7 def employer_eps @employer_eps end |
#pf_wage ⇒ Object
Returns the value of attribute pf_wage
7 8 9 |
# File 'app/services/hr_lite/calculators/pf.rb', line 7 def pf_wage @pf_wage end |