Sha256: c067dcc719d3a425b65591a031d8d92844a8ef7b26ae5b15ddcd4f950cc20123
Contents?: true
Size: 473 Bytes
Versions: 2
Compression:
Stored size: 473 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :Action, 'mida_vocabulary/vocabularies/schemaorg/action' autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' # The act of being defeated in a competitive activity. class LoseAction < Mida::Vocabulary itemtype %r{http://schema.org/LoseAction}i include_vocabulary Mida::SchemaOrg::Action 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/loseaction.rb |
mida_vocabulary-0.2 | resources/schema.org/vocabularies/loseaction.rb |