Sha256: 6a511e07e1307b107c391fb2551ba0edaf36feab260b446242f8549e84fb40ec
Contents?: true
Size: 460 Bytes
Versions: 4
Compression:
Stored size: 460 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: Check-in at a place. class UserCheckins < Mida::Vocabulary itemtype %r{http://schema.org/UserCheckins}i include_vocabulary Mida::SchemaOrg::Thing include_vocabulary Mida::SchemaOrg::Event end end end
Version data entries
4 entries across 4 versions & 1 rubygems