nosolopau/rembooth

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

Summary

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