Method: Spaceship::Client#team_name
- Defined in:
- spaceship/lib/spaceship/client.rb
#team_name ⇒ String
Returns Fetches name from currently used team.
188 189 190 |
# File 'spaceship/lib/spaceship/client.rb', line 188 def team_name (team_information || {})['name'] end |