Sha256: f830a0da2b6e1fd51b8a50a4fd7764b351500ad46a94f68e08b8a650864c464e

Contents?: true

Size: 285 Bytes

Versions: 3

Compression:

Stored size: 285 Bytes

Contents

require 'mida_vocabulary/datatype'

module Mida
  module SchemaOrg

    # Enumerated options related to a ContactPoint
    class ContactPointOption < Mida::DataType::Enumeration
      VALID_VALUES = [
        [::Mida::DataType::URL, %r{http://schema.org/}i]
      ]
    end

  end
end

Version data entries

3 entries across 2 versions & 1 rubygems

Version Path
mida_vocabulary-0.2.2 lib/mida_vocabulary/vocabularies/schemaorg/contactpointoption.rb
mida_vocabulary-0.2 lib/mida_vocabulary/enumerations/contactpointoption.rb
mida_vocabulary-0.2 resources/schema.org/enumerations/contactpointoption.rb