Class: Embedit::Providers
- Inherits:
-
Object
- Object
- Embedit::Providers
- Defined in:
- lib/embedit/oembed/providers.rb
Instance Attribute Summary collapse
-
#sites ⇒ Object
Returns the value of attribute sites.
Instance Method Summary collapse
-
#initialize ⇒ Providers
constructor
A new instance of Providers.
Constructor Details
#initialize ⇒ Providers
Returns a new instance of Providers.
6 7 8 9 |
# File 'lib/embedit/oembed/providers.rb', line 6 def initialize @sites = {} add_default_providers end |
Instance Attribute Details
#sites ⇒ Object
Returns the value of attribute sites.
4 5 6 |
# File 'lib/embedit/oembed/providers.rb', line 4 def sites @sites end |