module Pageflow::Oembed

Constants

VERSION

Public Class Methods

plugin() click to toggle source
# File lib/pageflow/oembed.rb, line 12
def self.plugin
  Plugin.new
end
widget_type() click to toggle source
# File lib/pageflow/oembed.rb, line 8
def self.widget_type
  WidgetType.new
end