Sha256: 34ed403665c77a2ea5338a66fbb276cd10e2dc0cc08f11ae4da0aa7d3a4c6bed

Contents?: true

Size: 594 Bytes

Versions: 3

Compression:

Stored size: 594 Bytes

Contents

require 'mida_vocabulary/vocabulary'

module Mida
  module SchemaOrg

    autoload :WebPage, 'mida_vocabulary/vocabularies/schemaorg/webpage'
    autoload :CreativeWork, 'mida_vocabulary/vocabularies/schemaorg/creativework'
    autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing'

    # Web page type: Checkout page.
    class CheckoutPage < Mida::Vocabulary
      itemtype %r{http://schema.org/CheckoutPage}i
      include_vocabulary Mida::SchemaOrg::WebPage
      include_vocabulary Mida::SchemaOrg::CreativeWork
      include_vocabulary Mida::SchemaOrg::Thing
    end

  end
end

Version data entries

3 entries across 2 versions & 1 rubygems

Version Path
mida_vocabulary-0.2.2 lib/mida_vocabulary/vocabularies/schemaorg/checkoutpage.rb
mida_vocabulary-0.2 lib/mida_vocabulary/vocabularies/schemaorg/checkoutpage.rb
mida_vocabulary-0.2 resources/schema.org/vocabularies/checkoutpage.rb