Class: DoingStream::Streams::Vimeo::Likes

Inherits:
DoingStream::Stream::JSONStream show all
Defined in:
lib/doing_stream/streams/vimeo.rb

Defined Under Namespace

Classes: Entry

Constant Summary collapse

URI =
'http://vimeo.com/api/v2/<%= user %>/likes.json'

Instance Attribute Summary

Attributes inherited from DoingStream::Stream::Stream

#entries, #user

Method Summary

Methods inherited from DoingStream::Stream::JSONStream

#body, #entries, #json

Methods inherited from DoingStream::Stream::Stream

#entry_class, #initialize, #name, #uri

Constructor Details

This class inherits a constructor from DoingStream::Stream::Stream