Class: Spaceship::Tunes::UserDetail

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

Instance Attribute Summary collapse

Attributes inherited from Base

#client, #raw_data

Method Summary

Methods inherited from TunesBase

client

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

#content_provider_idObject

Returns the value of attribute content_provider_id.



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

def content_provider_id
  @content_provider_id
end

#ds_idObject

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



7
8
9
# File 'spaceship/lib/spaceship/tunes/user_detail.rb', line 7

def ds_id
  @ds_id
end