Class: Thumbnailer::Base
- Inherits:
-
Object
- Object
- Thumbnailer::Base
- Defined in:
- lib/thumbnailer/base.rb
Direct Known Subclasses
Dailymotion, Flickr, TwitPic, VideoGoogle, Vimeo, WebSnapr, YouTube
Instance Attribute Summary collapse
-
#embed_url ⇒ Object
readonly
Returns the value of attribute embed_url.
-
#small_thumb_image ⇒ Object
readonly
Returns the value of attribute small_thumb_image.
-
#thumb_image ⇒ Object
readonly
Returns the value of attribute thumb_image.
Instance Attribute Details
#embed_url ⇒ Object (readonly)
Returns the value of attribute embed_url.
3 4 5 |
# File 'lib/thumbnailer/base.rb', line 3 def end |
#small_thumb_image ⇒ Object (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_image ⇒ Object (readonly)
Returns the value of attribute thumb_image.
3 4 5 |
# File 'lib/thumbnailer/base.rb', line 3 def thumb_image @thumb_image end |