Class: HrLite::ApprovalRoute::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#approvalObject

Returns the value of attribute approval

Returns:

  • (Object)

    the current value of approval



9
10
11
# File 'app/services/hr_lite/approval_route.rb', line 9

def approval
  @approval
end

#outcomeObject

Returns the value of attribute outcome

Returns:

  • (Object)

    the current value of outcome



9
10
11
# File 'app/services/hr_lite/approval_route.rb', line 9

def outcome
  @outcome
end