Method: Spaceship::Client#team_name

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

#team_nameString

Returns Fetches name from currently used team.

Returns:

  • (String)

    Fetches name from currently used team



188
189
190
# File 'spaceship/lib/spaceship/client.rb', line 188

def team_name
  (team_information || {})['name']
end