Class: Rdio::ActivityStream::Update
- Inherits:
-
Rdio::ApiObj
- Object
- Rdio::ApiObj
- Rdio::ActivityStream::Update
- Defined in:
- lib/rdio/types.rb
Instance Attribute Summary collapse
-
#albums ⇒ Object
Albums.
-
#date ⇒ Object
string date.
-
#owner ⇒ Object
User owner.
-
#people ⇒ Object
People.
-
#update_type ⇒ Object
One of the following 0 — track added to collection 1 — track added to playlist 3 — friend added 5 — user joined 6 — comment added to track 7 — comment added to album 8 — comment added to artist 9 — comment added to playlist 10 — track added via match collection 11 — user subscribed to Rdio 12 — track synced to mobile.
Attributes inherited from Rdio::ApiObj
Instance Method Summary collapse
-
#initialize(api) ⇒ Update
constructor
A new instance of Update.
Methods inherited from Rdio::ApiObj
Constructor Details
#initialize(api) ⇒ Update
Returns a new instance of Update.
660 661 662 |
# File 'lib/rdio/types.rb', line 660 def initialize(api) super api end |
Instance Attribute Details
#update_type ⇒ Object
One of the following
0 — track added to collection
1 — track added to playlist
3 — friend added
5 — user joined
6 — comment added to track
7 — comment added to album
8 — comment added to artist
9 — comment added to playlist
10 — track added via match collection
11 — user subscribed to Rdio
12 — track synced to mobile
646 647 648 |
# File 'lib/rdio/types.rb', line 646 def update_type @update_type end |