Class: Projects::GroupsFinder
- Inherits:
-
UnionFinder
- Object
- UnionFinder
- Projects::GroupsFinder
- Defined in:
- app/finders/projects/groups_finder.rb
Instance Method Summary collapse
- #execute ⇒ Object
-
#initialize(project:, current_user: nil, params: {}) ⇒ GroupsFinder
constructor
A new instance of GroupsFinder.
Methods inherited from UnionFinder
Constructor Details
#initialize(project:, current_user: nil, params: {}) ⇒ GroupsFinder
Returns a new instance of GroupsFinder.
16 17 18 19 20 |
# File 'app/finders/projects/groups_finder.rb', line 16 def initialize(project:, current_user: nil, params: {}) @project = project @current_user = current_user @params = params end |