Method: Spaceship::Client#team_information
- Defined in:
- spaceship/lib/spaceship/client.rb
#team_information ⇒ Hash
Returns 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 |