class Clubhouse::Team
Public Class Methods
api_url()
click to toggle source
# File lib/clubhouse2/team.rb, line 10 def self.api_url 'teams' end
properties()
click to toggle source
# File lib/clubhouse2/team.rb, line 3 def self.properties [ :created_at, :description, :entity_type, :id, :name, :position, :project_ids, :updated_at, :workflow, :team_id, :updated_at ] end