Class: Doodle::Channel::FinderService
- Inherits:
-
Object
- Object
- Doodle::Channel::FinderService
- Defined in:
- app/services/doodle/channel/finder_service.rb
Instance Method Summary collapse
- #call ⇒ Object
-
#initialize(params) ⇒ FinderService
constructor
A new instance of FinderService.
Constructor Details
#initialize(params) ⇒ FinderService
Returns a new instance of FinderService.
3 4 5 |
# File 'app/services/doodle/channel/finder_service.rb', line 3 def initialize(params) @params = params end |