Class: Spaceship::Tunes::AppVersionRef

Inherits:
TunesBase show all
Defined in:
lib/spaceship/tunes/app_version_ref.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#client, #raw_data

Class Method Summary collapse

Methods inherited from TunesBase

client

Methods inherited from Base

attr_accessor, attr_mapping, #attributes, attributes, #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_imageObject

Returns the value of attribute sso_token_for_image.



4
5
6
# File 'lib/spaceship/tunes/app_version_ref.rb', line 4

def sso_token_for_image
  @sso_token_for_image
end

#sso_token_for_videoObject

Returns the value of attribute sso_token_for_video.



5
6
7
# File 'lib/spaceship/tunes/app_version_ref.rb', line 5

def sso_token_for_video
  @sso_token_for_video
end

Class Method Details

.factory(attrs) ⇒ Object



13
14
15
# File 'lib/spaceship/tunes/app_version_ref.rb', line 13

def factory(attrs)
  self.new(attrs)
end