Sha256: 290e20fc1b2913c31a2a2c22d5a661026e40969d62d6e2e296159ef31a9edd0c

Contents?: true

Size: 259 Bytes

Versions: 1

Compression:

Stored size: 259 Bytes

Contents

# frozen_string_literal: true


#
# https://schema.org/CollegeOrUniversity
#
module SchemaDotOrg
  class CollegeOrUniversity < SchemaType
    validated_attr :name, type: String, presence: true
    validated_attr :url,  type: String, allow_nil: true
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
schema_dot_org-2.2.3 lib/schema_dot_org/college_or_university.rb