Sha256: dba389423fdd4486c3b667082d5237bceb945720b784f2d2617a92565d5f64d2

Contents?: true

Size: 482 Bytes

Versions: 6

Compression:

Stored size: 482 Bytes

Contents

module OpenActive
  module Models
    # This type is derived from https://schema.org/LocationFeatureSpecification, which means that any of this type's properties within schema.org may also be used.
    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

6 entries across 6 versions & 1 rubygems

Version Path
openactive-0.5.0 lib/openactive/models/parking.rb
openactive-0.4.0 lib/openactive/models/parking.rb
openactive-0.3.0 lib/openactive/models/parking.rb
openactive-0.2.2 lib/openactive/models/parking.rb
openactive-0.2.1 lib/openactive/models/parking.rb
openactive-0.2.0 lib/openactive/models/parking.rb