Sha256: 32c885bc414969566956f38ad5f92c16c85f5f3f3230b420f33a370875943b02
Contents?: true
Size: 610 Bytes
Versions: 3
Compression:
Stored size: 610 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :WebPage, 'mida_vocabulary/vocabularies/schemaorg/webpage' autoload :CreativeWork, 'mida_vocabulary/vocabularies/schemaorg/creativework' autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' # Web page type: Search results page. class SearchResultsPage < Mida::Vocabulary itemtype %r{http://schema.org/SearchResultsPage}i include_vocabulary Mida::SchemaOrg::WebPage include_vocabulary Mida::SchemaOrg::CreativeWork include_vocabulary Mida::SchemaOrg::Thing end end end
Version data entries
3 entries across 2 versions & 1 rubygems