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.



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

def initialize(api)
  super api
end

Instance Attribute Details

#last_idObject

used to walk through activity



613
614
615
# File 'lib/rdio/types.rb', line 613

def last_id
  @last_id
end

#updatesObject

the updates



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

def updates
  @updates
end

#userObject

the User object for the user that was passed in



616
617
618
# File 'lib/rdio/types.rb', line 616

def user
  @user
end