Class: AuthorizedProjectUpdate::ProjectRecalculatePerUserService

Inherits:
ProjectRecalculateService show all
Defined in:
app/services/authorized_project_update/project_recalculate_per_user_service.rb

Constant Summary

Constants inherited from ProjectRecalculateService

AuthorizedProjectUpdate::ProjectRecalculateService::BATCH_SIZE

Instance Method Summary collapse

Methods inherited from ProjectRecalculateService

#execute

Constructor Details

#initialize(project, user) ⇒ ProjectRecalculatePerUserService

Returns a new instance of ProjectRecalculatePerUserService.



5
6
7
8
# File 'app/services/authorized_project_update/project_recalculate_per_user_service.rb', line 5

def initialize(project, user)
  @project = project
  @user = user
end