Sha256: c39c53c29c9f64c2a5a2e03fb41c685231a37766688414402965f8174aafd062

Contents?: true

Size: 404 Bytes

Versions: 2

Compression:

Stored size: 404 Bytes

Contents

require 'mida_vocabulary/vocabulary'

module Mida
  module SchemaOrg

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

    # A means for accessing a service, e.g. a government office location, web site, or phone number.
    class ServiceChannel < Mida::Vocabulary
      itemtype %r{http://schema.org/ServiceChannel}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/servicechannel.rb
mida_vocabulary-0.2 resources/schema.org/vocabularies/servicechannel.rb