Class: Spaceship::ProvisioningProfile::AppStore
- Inherits:
-
Spaceship::ProvisioningProfile
- Object
- Base
- Spaceship::ProvisioningProfile
- Spaceship::ProvisioningProfile::AppStore
- Defined in:
- lib/spaceship/provisioning_profile.rb
Overview
Represents an AppStore 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!, #valid?
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
.type ⇒ Object
261 262 263 |
# File 'lib/spaceship/provisioning_profile.rb', line 261 def self.type 'store' end |