Sha256: a1f935a3bb00e605f08fa5f5e8b070c71a55ae50ba9ebac91b0f1af0ce5bc4f5

Contents?: true

Size: 359 Bytes

Versions: 2

Compression:

Stored size: 359 Bytes

Contents

require 'mida_vocabulary/vocabulary'

module Mida
  module SchemaOrg

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

    # Used to describe a ticket to an event, a flight, a bus ride, etc.
    class Ticket < Mida::Vocabulary
      itemtype %r{http://schema.org/Ticket}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/ticket.rb
mida_vocabulary-0.2 resources/schema.org/vocabularies/ticket.rb