Class: Spaceship::Portal::ProvisioningProfile::AppStore

Inherits:
Spaceship::Portal::ProvisioningProfile show all
Defined in:
spaceship/lib/spaceship/portal/provisioning_profile.rb

Overview

Represents an AppStore profile from the Dev Portal

Instance Attribute Summary

Attributes inherited from Spaceship::Portal::ProvisioningProfile

#app, #certificates, #devices, #distribution_method, #expires, #id, #is_template_profile, #managing_app, #name, #platform, #profile_details, #status, #sub_platform, #template, #type, #uuid, #version

Attributes inherited from Base

#client, #raw_data

Class Method Summary collapse

Methods inherited from Spaceship::Portal::ProvisioningProfile

all, all_tvos, #certificate_valid?, create!, #delete!, #download, factory, find_by_bundle_id, #is_adhoc?, #mac?, #managed_by_xcode?, pretty_type, #repair!, #template_name, #tvos?, #update!, #valid?

Methods inherited from Spaceship::PortalBase

client

Methods inherited from Base

attr_accessor, attr_mapping, attributes, #attributes, factory, #initialize, #inspect, mapping_module, method_missing, set_client, #setup, #to_s

Constructor Details

This class inherits a constructor from Spaceship::Base

Class Method Details

.typeObject



384
385
386
# File 'spaceship/lib/spaceship/portal/provisioning_profile.rb', line 384

def self.type
  'store'
end