Class: Rdio::ActivityStream
Overview
An activity stream.
Defined Under Namespace
Classes: Update
Instance Attribute Summary collapse
-
#last_id ⇒ Object
used to walk through activity.
-
#updates ⇒ Object
the updates.
-
#user ⇒ Object
the User object for the user that was passed in.
Attributes inherited from ApiObj
Instance Method Summary collapse
-
#initialize(api) ⇒ ActivityStream
constructor
A new instance of ActivityStream.
Methods inherited from ApiObj
Constructor Details
#initialize(api) ⇒ ActivityStream
Returns a new instance of ActivityStream.
628 629 630 |
# File 'lib/rdio/types.rb', line 628 def initialize(api) super api end |
Instance Attribute Details
#last_id ⇒ Object
used to walk through activity
620 621 622 |
# File 'lib/rdio/types.rb', line 620 def last_id @last_id end |
#updates ⇒ Object
the updates
626 627 628 |
# File 'lib/rdio/types.rb', line 626 def updates @updates end |
#user ⇒ Object
the User object for the user that was passed in
623 624 625 |
# File 'lib/rdio/types.rb', line 623 def user @user end |