Class: Spaceship::Portal::ProvisioningProfile::Direct
- Inherits:
-
Spaceship::Portal::ProvisioningProfile
- Object
- Base
- Spaceship::PortalBase
- Spaceship::Portal::ProvisioningProfile
- Spaceship::Portal::ProvisioningProfile::Direct
- Defined in:
- spaceship/lib/spaceship/portal/provisioning_profile.rb
Overview
Represents a Mac Developer ID 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
Class Method Summary collapse
Methods inherited from Spaceship::Portal::ProvisioningProfile
all, all_tvos, #certificate_valid?, create!, #delete!, #download, factory, find_by_bundle_id, #mac?, #managed_by_xcode?, pretty_type, #repair!, #template_name, #tvos?, #update!, #valid?
Methods inherited from Spaceship::PortalBase
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
.type ⇒ Object
392 393 394 |
# File 'spaceship/lib/spaceship/portal/provisioning_profile.rb', line 392 def self.type 'direct' end |