Sha256: 208db6085f97be318ec649b04797143082de220abf54509aea179e4634575452

Contents?: true

Size: 822 Bytes

Versions: 4

Compression:

Stored size: 822 Bytes

Contents

module OpenActive
  module Models
    # This type is derived from [EntryPoint](https://schema.org/EntryPoint), which means that any of this type's properties within schema.org may also be used. Note however the properties on this page must be used in preference if a relevant property is available.
    class EntryPoint < ::OpenActive::Models::Schema::EntryPoint
      # @!attribute type
      # @return [String]
      def type
        "EntryPoint"
      end

      # @return [String]
      define_property :encoding_type, as: "encodingType", types: [
        "string",
      ]

      # @return [String]
      define_property :http_method, as: "httpMethod", types: [
        "string",
      ]

      # @return [URI]
      define_property :url_template, as: "urlTemplate", types: [
        "URI",
      ]
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
openactive-0.1.2 lib/openactive/models/entry_point.rb
openactive-0.1.1 lib/openactive/models/entry_point.rb
openactive-0.1.0 lib/openactive/models/entry_point.rb
openactive-0.1.0.rc1 lib/openactive/models/entry_point.rb