Class: Spaceship::Portal::Certificate::WebsitePush
- Inherits:
-
PushCertificate
- Object
- Base
- Spaceship::PortalBase
- Spaceship::Portal::Certificate
- PushCertificate
- Spaceship::Portal::Certificate::WebsitePush
- Defined in:
- spaceship/lib/spaceship/portal/certificate.rb
Overview
A push notification certificate for websites
Constant Summary
Constants inherited from Spaceship::Portal::Certificate
APPLE_CERTIFICATE_TYPE_IDS, CERTIFICATE_TYPE_IDS, IOS_CERTIFICATE_TYPE_IDS, MAC_CERTIFICATE_TYPE_IDS, OLDER_IOS_CERTIFICATE_TYPES
Instance Attribute Summary
Attributes inherited from Spaceship::Portal::Certificate
#can_download, #created, #expires, #id, #name, #owner_id, #owner_name, #owner_type, #status, #type_display_id
Attributes inherited from Base
Class Method Summary collapse
Methods inherited from Spaceship::Portal::Certificate
all, create!, create_certificate_signing_request, #download, #download_raw, factory, find, #is_push?, #mac?, #revoke!
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
.portal_type ⇒ Object
138 139 140 |
# File 'spaceship/lib/spaceship/portal/certificate.rb', line 138 def self.portal_type Spaceship::Portal::WebsitePush end |