Class: Spaceship::ProvisioningProfile::Development

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

Overview

Represents a Development profile from the Dev Portal

Instance Attribute Summary

Attributes inherited from Spaceship::ProvisioningProfile

#app, #certificates, #devices, #distribution_method, #expires, #id, #managing_app, #name, #platform, #status, #type, #uuid, #version

Class Method Summary collapse

Methods inherited from Spaceship::ProvisioningProfile

all, #certificate_valid?, create!, #delete!, #download, factory, find_by_bundle_id, #managed_by_xcode?, pretty_type, #repair!, #update!

Methods inherited from Base

attr_mapping, #client, #initialize, #inspect, method_missing, remap_keys!, set_client

Constructor Details

This class inherits a constructor from Spaceship::Base

Class Method Details

.typeObject



254
255
256
# File 'lib/spaceship/provisioning_profile.rb', line 254

def self.type
  'limited'
end