class PlatformAPI::TeamAddon

Public Class Methods

new(client) click to toggle source
# File lib/platform-api/client.rb, line 3109
def initialize(client)
  @client = client
end

Public Instance Methods

list_for_team(team_name_or_team_id) click to toggle source

List add-ons used across all Team apps

@param team_name_or_team_id: unique name of team or unique identifier of team

# File lib/platform-api/client.rb, line 3116
def list_for_team(team_name_or_team_id)
  @client.team_addon.list_for_team(team_name_or_team_id)
end