Sha256: a9be9a1fa8f1029b50f1f9dba3e33eb3b9982e6e75c44c7743ebf0c00e763200

Contents?: true

Size: 454 Bytes

Versions: 2

Compression:

Stored size: 454 Bytes

Contents

require 'mida_vocabulary/vocabulary'

module Mida
  module SchemaOrg

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

    # Used to describe membership in a loyalty programs (e.g. "StarAliance"), traveler clubs (e.g. "AAA"), purchase clubs ("Safeway Club"), etc.
    class ProgramMembership < Mida::Vocabulary
      itemtype %r{http://schema.org/ProgramMembership}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/programmembership.rb
mida_vocabulary-0.2 resources/schema.org/vocabularies/programmembership.rb