Sha256: e77a602bcc6cf9381bdab47e8415011e671fddc1db2a4388457219a8e47d9b46

Contents?: true

Size: 312 Bytes

Versions: 27

Compression:

Stored size: 312 Bytes

Contents

# frozen_string_literal: true

require 'app_store_connect/create_request'

module AppStoreConnect
  class ProfileCreateRequest < CreateRequest
    data do
      type 'profiles'

      attributes do
        property :name, required: true
        property :profile_type, required: true
      end
    end
  end
end

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
app_store_connect-0.37.0 lib/app_store_connect/profile_create_request.rb
app_store_connect-0.36.0 lib/app_store_connect/profile_create_request.rb
app_store_connect-0.35.0 lib/app_store_connect/profile_create_request.rb
app_store_connect-0.34.0 lib/app_store_connect/profile_create_request.rb
app_store_connect-0.33.0 lib/app_store_connect/profile_create_request.rb
app_store_connect-0.32.0 lib/app_store_connect/profile_create_request.rb
app_store_connect-0.30.0 lib/app_store_connect/profile_create_request.rb
app_store_connect-0.29.0 lib/app_store_connect/profile_create_request.rb
app_store_connect-0.28.0 lib/app_store_connect/profile_create_request.rb
app_store_connect-0.27.0 lib/app_store_connect/profile_create_request.rb
app_store_connect-0.26.0 lib/app_store_connect/profile_create_request.rb
app_store_connect-0.25.0 lib/app_store_connect/profile_create_request.rb
app_store_connect-0.23.0 lib/app_store_connect/profile_create_request.rb
app_store_connect-0.22.0 lib/app_store_connect/profile_create_request.rb
app_store_connect-0.21.0 lib/app_store_connect/profile_create_request.rb
app_store_connect-0.20.0 lib/app_store_connect/profile_create_request.rb
app_store_connect-0.19.0 lib/app_store_connect/profile_create_request.rb
app_store_connect-0.18.0 lib/app_store_connect/profile_create_request.rb
app_store_connect-0.17.0 lib/app_store_connect/profile_create_request.rb
app_store_connect-0.16.0 lib/app_store_connect/profile_create_request.rb