Class: Clubhouse::Team

Inherits:
ClubhouseResource show all
Defined in:
lib/clubhouse2/team.rb

Class Method Summary collapse

Methods inherited from ClubhouseResource

#api_url, #delete!, #flush, inherited, #initialize, property_filter_create, property_filter_update, #resolve_to_ids, #set_properties, subclass, #to_h, #update, validate, #value_format

Constructor Details

This class inherits a constructor from Clubhouse::ClubhouseResource

Class Method Details

.api_urlObject



10
11
12
# File 'lib/clubhouse2/team.rb', line 10

def self.api_url
  'teams'
end

.propertiesObject



3
4
5
6
7
8
# 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