Sha256: cdc6f5a2325c9f84b84701c5c613c9cada5591ab6f8514fbebb26452aa303d71
Contents?: true
Size: 352 Bytes
Versions: 10
Compression:
Stored size: 352 Bytes
Contents
module Vimeo module Simple class Album < Vimeo::Simple::Base # Returns this album's clips. def self.clips(album_id) get("/album/#{album_id}/clips.json") end # Returns this album's information. def self.info(album_id) get("/album/#{album_id}/info.json") end end end # Simple end # Vimeo
Version data entries
10 entries across 10 versions & 5 rubygems