nosolopau/rembooth

View on GitHub
lib/services/redbooth_service/task.rb

Summary

Maintainability
A
0 mins
Test Coverage
module RedboothService
  class Task < RedboothService::Base
    def find_by(options = {})
      client.task(:index, options)
    end
  end
end