Class: Ci::TagsFinder
- Inherits:
-
Object
- Object
- Ci::TagsFinder
- Defined in:
- app/finders/ci/tags_finder.rb
Instance Method Summary collapse
- #execute ⇒ Object
-
#initialize(params:) ⇒ TagsFinder
constructor
A new instance of TagsFinder.
Constructor Details
#initialize(params:) ⇒ TagsFinder
Returns a new instance of TagsFinder.
5 6 7 |
# File 'app/finders/ci/tags_finder.rb', line 5 def initialize(params:) @params = params end |
Instance Method Details
#execute ⇒ Object
9 10 11 12 |
# File 'app/finders/ci/tags_finder.rb', line 9 def execute = filter_by_name() end |