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