Sha256: 2a136f45a8bdf534c2880f8a04b4fcd235e00fa2b2064311bef77af7df5da555

Contents?: true

Size: 619 Bytes

Versions: 4

Compression:

Stored size: 619 Bytes

Contents

module OpenActive
  module Models
    # This type is derived from [LocationFeatureSpecification](https://schema.org/LocationFeatureSpecification), 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 Parking < ::OpenActive::Models::LocationFeatureSpecification
      # @!attribute type
      # @return [String]
      def type
        "Parking"
      end

      # @return [String]
      define_property :name, as: "name", types: [
        "string",
      ]
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

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