Class: Spaceship::Portal::ProvisioningProfile::Development
- Inherits:
-
Spaceship::Portal::ProvisioningProfile
- Object
- Base
- Spaceship::PortalBase
- Spaceship::Portal::ProvisioningProfile
- Spaceship::Portal::ProvisioningProfile::Development
- Defined in:
- lib/spaceship/portal/provisioning_profile.rb
Overview
Represents a Development profile from the Dev Portal
Instance Attribute Summary
Attributes inherited from Spaceship::Portal::ProvisioningProfile
#app, #certificates, #devices, #distribution_method, #expires, #id, #managing_app, #name, #platform, #profile_details, #status, #type, #uuid, #version
Attributes inherited from Base
Class Method Summary collapse
Methods inherited from Spaceship::Portal::ProvisioningProfile
all, #certificate_valid?, create!, #delete!, #download, factory, find_by_bundle_id, #is_adhoc?, #mac?, #managed_by_xcode?, pretty_type, #repair!, #update!, #valid?
Methods inherited from Spaceship::PortalBase
Methods inherited from Base
attr_accessor, attr_mapping, #attributes, attributes, #initialize, #inspect, mapping_module, method_missing, set_client, #setup, #to_s
Constructor Details
This class inherits a constructor from Spaceship::Base
Class Method Details
.type ⇒ Object
292 293 294 |
# File 'lib/spaceship/portal/provisioning_profile.rb', line 292 def self.type 'limited' end |