Class: Videolog::Video

Inherits:
Base
  • Object
show all
Defined in:
lib/videolog/video.rb

Constant Summary

Constants inherited from Base

Base::ENDPOINT

Instance Attribute Summary

Attributes inherited from Base

#authorized

Instance Method Summary collapse

Methods inherited from Base

#authorize, #authorize!, #get_json, get_json, #initialize

Constructor Details

This class inherits a constructor from Videolog::Base

Instance Method Details

#find(video_id) ⇒ Object

interface requests



5
6
7
# File 'lib/videolog/video.rb', line 5

def find(video_id)
  get_json("/video/#{video_id}")
end