Class: Thumbnailer::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/thumbnailer/base.rb

Direct Known Subclasses

Dailymotion, Flickr, TwitPic, VideoGoogle, Vimeo, WebSnapr, YouTube

Instance Attribute Summary collapse

Instance Attribute Details

#embed_urlObject (readonly)

Returns the value of attribute embed_url.



3
4
5
# File 'lib/thumbnailer/base.rb', line 3

def embed_url
  @embed_url
end

#small_thumb_imageObject (readonly)

Returns the value of attribute small_thumb_image.



3
4
5
# File 'lib/thumbnailer/base.rb', line 3

def small_thumb_image
  @small_thumb_image
end

#thumb_imageObject (readonly)

Returns the value of attribute thumb_image.



3
4
5
# File 'lib/thumbnailer/base.rb', line 3

def thumb_image
  @thumb_image
end