Class: ClickUp::Team

Inherits:
APIResource show all
Extended by:
APIOperations::All
Defined in:
lib/click_up/hierarchy/team.rb

Class Method Summary collapse

Methods included from APIOperations::All

all

Methods inherited from APIResource

execute_request

Class Method Details

.index_path(params = {}) ⇒ Object



8
9
10
# File 'lib/click_up/hierarchy/team.rb', line 8

def index_path(params={})
  "/team"
end