Method: Spaceship::Client#team_information

Defined in:
spaceship/lib/spaceship/client.rb

#team_informationHash

Returns Fetches all information of the currently used team.

Returns:

  • (Hash)

    Fetches all information of the currently used team



181
182
183
184
185
# File 'spaceship/lib/spaceship/client.rb', line 181

def team_information
  teams.find do |t|
    t['teamId'] == team_id
  end
end