Class: HrLite::Calculators::Esi::Result
- Inherits:
-
Struct
- Object
- Struct
- HrLite::Calculators::Esi::Result
- Defined in:
- app/services/hr_lite/calculators/esi.rb
Instance Attribute Summary collapse
-
#applicable ⇒ Object
Returns the value of attribute applicable.
-
#employee ⇒ Object
Returns the value of attribute employee.
-
#employer ⇒ Object
Returns the value of attribute employer.
Instance Method Summary collapse
Instance Attribute Details
#applicable ⇒ Object
Returns the value of attribute applicable
8 9 10 |
# File 'app/services/hr_lite/calculators/esi.rb', line 8 def applicable @applicable end |
#employee ⇒ Object
Returns the value of attribute employee
8 9 10 |
# File 'app/services/hr_lite/calculators/esi.rb', line 8 def employee @employee end |
#employer ⇒ Object
Returns the value of attribute employer
8 9 10 |
# File 'app/services/hr_lite/calculators/esi.rb', line 8 def employer @employer end |
Instance Method Details
#applicable? ⇒ Boolean
9 |
# File 'app/services/hr_lite/calculators/esi.rb', line 9 def applicable? = applicable |