Sha256: d3e64e934518c63ef6a28682e2926f2cd25c77968dd2d18f6b562408a51a1ef7

Contents?: true

Size: 268 Bytes

Versions: 4

Compression:

Stored size: 268 Bytes

Contents

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

Version data entries

4 entries across 4 versions & 1 rubygems

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