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