Class: HrLite::ApprovalRoute::Result
- Inherits:
-
Struct
- Object
- Struct
- HrLite::ApprovalRoute::Result
- Defined in:
- app/services/hr_lite/approval_route.rb
Instance Attribute Summary collapse
-
#approval ⇒ Object
Returns the value of attribute approval.
-
#outcome ⇒ Object
Returns the value of attribute outcome.
Instance Attribute Details
#approval ⇒ Object
Returns the value of attribute approval
9 10 11 |
# File 'app/services/hr_lite/approval_route.rb', line 9 def approval @approval end |
#outcome ⇒ Object
Returns the value of attribute outcome
9 10 11 |
# File 'app/services/hr_lite/approval_route.rb', line 9 def outcome @outcome end |