Sha256: f9bca8371d3d62a026cf45f28996062cdaab8c93223c2c80bd379db6b5fbfd62

Contents?: true

Size: 234 Bytes

Versions: 4

Compression:

Stored size: 234 Bytes

Contents

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

Version data entries

4 entries across 4 versions & 1 rubygems

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