module ClickUp::APIOperations::All
Public Instance Methods
all(params={})
click to toggle source
# File lib/click_up/api_operations/all.rb, line 6 def all(params={}) execute_request(:get, index_path(params)) end