Method: Spaceship::Tunes::DisplayFamily#name

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

#nameObject

The display family name from the App Store Connect API that is used when uploading or listing screenshots. This value is then assigned to the Spaceship::Tunes::AppScreenshot#device_type attribute.


16
17
18
# File 'spaceship/lib/spaceship/tunes/display_family.rb', line 16

def name
  @name
end