Class: Vapid::Directives::Video

Inherits:
Vapid::Directive show all
Defined in:
lib/vapid/directives/video.rb

Overview

Video directive

Constant Summary collapse

PROVIDERS =

Allow OEmbed from the following providers

%w(
  Youtube
  Vimeo
).freeze

Instance Attribute Summary

Attributes inherited from Vapid::Directive

#subject

Method Summary

Methods inherited from Vapid::Directive

destroyable?, #initialize, modifies_content?, previewable?, #render, serialize_input

Constructor Details

This class inherits a constructor from Vapid::Directive