Class: Rdio::ActivityStream

Inherits:
ApiObj show all
Defined in:
lib/rdio/types.rb

Overview


An activity stream.


Defined Under Namespace

Classes: Update

Instance Attribute Summary collapse

Attributes inherited from ApiObj

#api

Instance Method Summary collapse

Methods inherited from ApiObj

#fill

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_idObject

used to walk through activity



620
621
622
# File 'lib/rdio/types.rb', line 620

def last_id
  @last_id
end

#updatesObject

the updates



626
627
628
# File 'lib/rdio/types.rb', line 626

def updates
  @updates
end

#userObject

the User object for the user that was passed in



623
624
625
# File 'lib/rdio/types.rb', line 623

def user
  @user
end