Class: Vimeo::Simple::Channel

Inherits:
Base
  • Object
show all
Defined in:
lib/vimeo/simple/channel.rb

Class Method Summary collapse

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