Sha256: ae5f72470a5e915cf505f6ccfea06c26cb20596df83f622d432dd94debec01d4

Contents?: true

Size: 386 Bytes

Versions: 10

Compression:

Stored size: 386 Bytes

Contents

module Vimeo
  module Simple

    class Channel < Vimeo::Simple::Base      
      # Returns this channel's clips.
      def self.clips(channelname)
        get("/channel/#{channelname}/clips.json")
      end
      
      # Returns this channel's information.
      def self.info(channelname)
        get("/channel/#{channelname}/info.json")
      end
    end

  end # Simple
end # Vimeo

Version data entries

10 entries across 10 versions & 5 rubygems

Version Path
jwbynum-vimeo-0.2.1 lib/vimeo/simple/channel.rb
jwbynum-vimeo-0.2.2 lib/vimeo/simple/channel.rb
jwbynum-vimeo-0.2.3 lib/vimeo/simple/channel.rb
matthooks-vimeo-0.2.1 lib/vimeo/simple/channel.rb
matthooks-vimeo-0.2.2 lib/vimeo/simple/channel.rb
sirlantis-vimeo-1.3.1 lib/vimeo/simple/channel.rb
slainer68-vimeo-0.2.2 lib/vimeo/simple/channel.rb
slainer68-vimeo-0.2.3 lib/vimeo/simple/channel.rb
tenderlove-vimeo-1.3.0 lib/vimeo/simple/channel.rb
tenderlove-vimeo-1.3.1 lib/vimeo/simple/channel.rb