Class: WGif::VideoCache
- Inherits:
-
Object
- Object
- WGif::VideoCache
- Defined in:
- lib/wgif/video_cache.rb
Instance Method Summary collapse
- #get(video_id) ⇒ Object
-
#initialize ⇒ VideoCache
constructor
A new instance of VideoCache.
Constructor Details
#initialize ⇒ VideoCache
Returns a new instance of VideoCache.
6 7 8 |
# File 'lib/wgif/video_cache.rb', line 6 def initialize @cache = {} end |