Class: Todoist::Service::Project

Inherits:
BaseService show all
Defined in:
lib/todoist/service/project.rb

Instance Attribute Summary

Attributes inherited from BaseService

#client, #command_class, #data

Instance Method Summary collapse

Methods inherited from BaseService

#all, #build, #create, #create_command, #initialize, #path, #process, #resource_type, #resource_type_plural, #retrieve, #save, #seq_no, #seq_no_global

Constructor Details

This class inherits a constructor from Todoist::Service::BaseService

Instance Method Details

#collection_classObject



4
5
6
# File 'lib/todoist/service/project.rb', line 4

def collection_class
  Todoist::Project
end