Class: Spaceship::Tunes::AppVersionRef
- Defined in:
- spaceship/lib/spaceship/tunes/app_version_ref.rb
Instance Attribute Summary collapse
-
#sso_token_for_image ⇒ Object
Returns the value of attribute sso_token_for_image.
-
#sso_token_for_video ⇒ Object
Returns the value of attribute sso_token_for_video.
Attributes inherited from Base
Method Summary
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
#sso_token_for_image ⇒ Object
Returns the value of attribute sso_token_for_image.
6 7 8 |
# File 'spaceship/lib/spaceship/tunes/app_version_ref.rb', line 6 def sso_token_for_image @sso_token_for_image end |
#sso_token_for_video ⇒ Object
Returns the value of attribute sso_token_for_video.
7 8 9 |
# File 'spaceship/lib/spaceship/tunes/app_version_ref.rb', line 7 def sso_token_for_video @sso_token_for_video end |