Class: Vimeo::Simple::Channel
Class Method Summary collapse
-
.clips(channelname) ⇒ Object
Returns this channel’s clips.
-
.info(channelname) ⇒ Object
Returns this channel’s information.
Class Method Details
.clips(channelname) ⇒ Object
Returns this channel’s clips.
6 7 8 |
# File 'lib/vimeo/simple/channel.rb', line 6 def self.clips(channelname) get("/channel/#{channelname}/clips.json") end |
.info(channelname) ⇒ Object
Returns this channel’s information.
11 12 13 |
# File 'lib/vimeo/simple/channel.rb', line 11 def self.info(channelname) get("/channel/#{channelname}/info.json") end |