Class: Metamagic::OpenGraphTag

Inherits:
PropertyTag show all
Defined in:
lib/metamagic/tags/open_graph_tag.rb

Instance Attribute Summary

Attributes inherited from Tag

#context, #key, #value

Instance Method Summary collapse

Methods inherited from PropertyTag

#sort_order, #to_html

Methods inherited from Tag

#<=>, #==, #initialize, #interpolated_values, #method_missing, #sort_order, #template, #to_html

Constructor Details

This class inherits a constructor from Metamagic::Tag

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Metamagic::Tag

Instance Method Details

#remove_prefix?Boolean

Returns:

  • (Boolean)


3
4
5
# File 'lib/metamagic/tags/open_graph_tag.rb', line 3

def remove_prefix?
  false
end