Class: Metanol::Meta::Webmaster
- Defined in:
- lib/metanol/meta/webmaster.rb
Constant Summary collapse
- SUPPORT_TAGS =
{ bing: 'msvalidate.01', alexa: 'alexaVerifyID', yandex: 'yandex-verification', google: 'google-site-verification' }.freeze
Constants inherited from Base
Base::ERR_FILTERS_WRONG_TYPE, Base::ERR_FILTERS_WRONG_VALUE_TYPE, Base::SUPPORTED_FILTERS
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
filter_html, filter_overspaces, filter_whitespaces, #filters=, #initialize, #render
Constructor Details
This class inherits a constructor from Metanol::Meta::Base
Instance Method Details
#name ⇒ Object
13 14 15 |
# File 'lib/metanol/meta/webmaster.rb', line 13 def name SUPPORT_TAGS[@name] end |