Method: Spaceship::TestFlight::TestInfo#whats_new
- Defined in:
-
spaceship/lib/spaceship/test_flight/test_info.rb,
spaceship/lib/spaceship/test_flight/test_info.rb more...
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 whats_new @whats_new end |