Sha256: 2b963cc24f1796ca30249079eb5eb924413407db39ef33695bb7bb174e9f8bf1

Contents?: true

Size: 433 Bytes

Versions: 2

Compression:

Stored size: 433 Bytes

Contents

require 'mida_vocabulary/vocabulary'

module Mida
  module SchemaOrg

    autoload :Thing, 'mida_vocabulary/vocabularies/schemaorg/thing'

    # A structured value representing a monetary amount. Typically, only the subclasses of this type are used for markup.
    class PriceSpecification < Mida::Vocabulary
      itemtype %r{http://schema.org/PriceSpecification}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/pricespecification.rb
mida_vocabulary-0.2 resources/schema.org/vocabularies/pricespecification.rb