class PlatformAPI::TeamSpace

A space is an isolated, highly available, secure app execution environments, running in the modern VPC substrate.

Public Class Methods

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

Public Instance Methods

list(team_name_or_team_id) click to toggle source

List spaces owned by the team

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

# File lib/platform-api/client.rb, line 3405
def list(team_name_or_team_id)
  @client.team_space.list(team_name_or_team_id)
end