Class: Spaceship::Tunes::UserDetail

Inherits:
TunesBase show all
Defined in:
lib/spaceship/tunes/user_detail.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

#content_provider_idObject

Returns the value of attribute content_provider_id.



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

def content_provider_id
  @content_provider_id
end

#ds_idObject

used for the team selection (github.com/fastlane/fastlane/issues/6711)



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

def ds_id
  @ds_id
end

Class Method Details

.factory(attrs) ⇒ Object



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

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