Sha256: 72b305415aa313a63e23f7eeafb52690746dd03470357ee887ddced1ec908c78
Contents?: true
Size: 494 Bytes
Versions: 4
Compression:
Stored size: 494 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' autoload :CreativeWork, 'mida_vocabulary/vocabularies/schemaorg/creativework' # A navigation element of the page. class SiteNavigationElement < Mida::Vocabulary itemtype %r{http://schema.org/SiteNavigationElement}i include_vocabulary Mida::SchemaOrg::Thing include_vocabulary Mida::SchemaOrg::CreativeWork end end end
Version data entries
4 entries across 4 versions & 1 rubygems