Method: Spaceship::Tunes::BuildDetails#newsstand_app

Defined in:
spaceship/lib/spaceship/tunes/build_details.rb

#newsstand_appBoolean

Returns Is this a Newsstand app?.

Examples:

false

Returns:

  • (Boolean)

    Is this a Newsstand app?



50
51
52
# File 'spaceship/lib/spaceship/tunes/build_details.rb', line 50

def newsstand_app
  @newsstand_app
end