Sha256: ec710311ce7dc5a0de8995b44f789ff6eac33c066143778572a116fd430ec14a
Contents?: true
Size: 312 Bytes
Versions: 2
Compression:
Stored size: 312 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' # An airline flight. class Flight < Mida::Vocabulary itemtype %r{http://schema.org/Flight}i include_vocabulary Mida::SchemaOrg::Thing end end end
Version data entries
2 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mida_vocabulary-0.2 | lib/mida_vocabulary/vocabularies/schemaorg/flight.rb |
mida_vocabulary-0.2 | resources/schema.org/vocabularies/flight.rb |