Method: Spaceship::TestFlight::TestInfo#description

Defined in:
spaceship/lib/spaceship/test_flight/test_info.rb,
spaceship/lib/spaceship/test_flight/test_info.rb

#descriptionObject

TestInfo Contains a collection of info for testers. There is one “testInfo” for each locale.

For now, when we set a value it sets the same value for all locales When getting a value, we return the first locale values


10
11
12
# File 'spaceship/lib/spaceship/test_flight/test_info.rb', line 10

def description
  @description
end