Sha256: 3a759318819846b97cc198e88ce536c2d89e205bbd78c23633721ab99b15dcc6

Contents?: true

Size: 504 Bytes

Versions: 6

Compression:

Stored size: 504 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 ChangingFacilities < ::OpenActive::Models::LocationFeatureSpecification
      # @!attribute type
      # @return [String]
      def type
        "ChangingFacilities"
      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/changing_facilities.rb
openactive-0.4.0 lib/openactive/models/changing_facilities.rb
openactive-0.3.0 lib/openactive/models/changing_facilities.rb
openactive-0.2.2 lib/openactive/models/changing_facilities.rb
openactive-0.2.1 lib/openactive/models/changing_facilities.rb
openactive-0.2.0 lib/openactive/models/changing_facilities.rb