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.
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 |
Class Method Details
.factory(attrs) ⇒ Object
11 12 13 |
# File 'lib/spaceship/tunes/user_detail.rb', line 11 def factory(attrs) self.new(attrs) end |