Sha256: ce7a6853150b477f0fda0c74d3deabc37a65ca7e4bcf9d23aada173ea0d0c72b

Contents?: true

Size: 367 Bytes

Versions: 2

Compression:

Stored size: 367 Bytes

Contents

require 'mida_vocabulary/vocabulary'

module Mida
  module SchemaOrg

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

    # A listing that describes a job opening in a certain organization.
    class JobPosting < Mida::Vocabulary
      itemtype %r{http://schema.org/JobPosting}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/jobposting.rb
mida_vocabulary-0.2 resources/schema.org/vocabularies/jobposting.rb