Class: Spaceship::Tunes::UserDetail
- Defined in:
- spaceship/lib/spaceship/tunes/user_detail.rb
Instance Attribute Summary collapse
-
#content_provider_id ⇒ Object
Returns the value of attribute content_provider_id.
-
#ds_id ⇒ Object
used for the team selection (github.com/fastlane/fastlane/issues/6711).
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
#content_provider_id ⇒ Object
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_id ⇒ Object
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 |