Sha256: a7ffc96ab6358ece54ed3195ebed5c961127ec7dd6209ae6f119f5c84ee38fc7
Contents?: true
Size: 443 Bytes
Versions: 4
Compression:
Stored size: 443 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' autoload :Event, 'mida_vocabulary/vocabularies/schemaorg/event' # User interaction: +1. class UserPlusOnes < Mida::Vocabulary itemtype %r{http://schema.org/UserPlusOnes}i include_vocabulary Mida::SchemaOrg::Thing include_vocabulary Mida::SchemaOrg::Event end end end
Version data entries
4 entries across 4 versions & 1 rubygems