Sha256: 4df039c64c9c9392c5621d8903c56fd8ac653ac49e1554bff26cb0ec0388ea7f
Contents?: true
Size: 456 Bytes
Versions: 2
Compression:
Stored size: 456 Bytes
Contents
require 'mida_vocabulary/vocabulary' module Mida module SchemaOrg autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing' # An order is a confirmation of a transaction (a receipt), which can contain multiple line items, each represented by an Offer that has been accepted by the customer. class Order < Mida::Vocabulary itemtype %r{http://schema.org/Order}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/order.rb |
mida_vocabulary-0.2 | resources/schema.org/vocabularies/order.rb |