Class: LinkThumbnailer::Scrapers::Opengraph::Video::Base

Inherits:
Base
  • Object
show all
Defined in:
lib/link_thumbnailer/scrapers/opengraph/video.rb

Overview

Handles ‘og:video` attributes.

Direct Known Subclasses

Url

Instance Attribute Summary

Attributes inherited from Base

#attribute_name, #config, #document, #website

Instance Method Summary collapse

Methods inherited from Base

#applicable?

Methods inherited from Base

#applicable?, #call, #initialize

Constructor Details

This class inherits a constructor from LinkThumbnailer::Scrapers::Base

Instance Method Details

#valueObject



20
21
22
# File 'lib/link_thumbnailer/scrapers/opengraph/video.rb', line 20

def value
  model
end