Class: Spaceship::Tunes::AppScreenshot
- Defined in:
- spaceship/lib/spaceship/tunes/app_screenshot.rb
Overview
Represents a screenshot hosted on App Store Connect
Constant Summary
Constants inherited from AppImage
Spaceship::Tunes::AppImage::HOST_URL
Instance Attribute Summary collapse
-
#device_type ⇒ Object
Returns the value of attribute device_type.
-
#language ⇒ Object
Returns the value of attribute language.
Attributes inherited from AppImage
#asset_token, #is_imessage, #original_file_name, #sort_order, #url
Attributes inherited from Base
Method Summary
Methods inherited from AppImage
Methods inherited from TunesBase
Methods inherited from Base
attr_accessor, attr_mapping, attributes, #attributes, factory, #initialize, #inspect, mapping_module, method_missing, set_client, #setup, #to_s
Constructor Details
This class inherits a constructor from Spaceship::Base
Instance Attribute Details
#device_type ⇒ Object
Returns the value of attribute device_type.
7 8 9 |
# File 'spaceship/lib/spaceship/tunes/app_screenshot.rb', line 7 def device_type @device_type end |
#language ⇒ Object
Returns the value of attribute language.
9 10 11 |
# File 'spaceship/lib/spaceship/tunes/app_screenshot.rb', line 9 def language @language end |