class Todoist::Service::Project

Public Instance Methods

collection_class() click to toggle source
# File lib/todoist/service/project.rb, line 4
def collection_class
  Todoist::Project
end