Sha256: 6d3d7eec51f892c776d4382aa2795ca8169c99dd20253af0b81b49d631c60f35

Contents?: true

Size: 240 Bytes

Versions: 4

Compression:

Stored size: 240 Bytes

Contents

module OpenActive
  module Models
    class PatchNotAllowedOnProperty < ::OpenActive::Models::OpenBookingError
      # @!attribute type
      # @return [String]
      def type
        "PatchNotAllowedOnProperty"
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

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