Class: Vimeo::Simple::Clip

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

Class Method Summary collapse

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