class Todoist::Service::Note

Public Instance Methods

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