Class: Spaceship::Tunes::UserDetail
- Defined in:
- 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
Class Method Summary collapse
Methods inherited from TunesBase
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_id ⇒ Object
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_id ⇒ Object
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 |