lib/spaceship/portal/certificate.rb in spaceship-0.22.0 vs lib/spaceship/portal/certificate.rb in spaceship-0.23.0
- old
+ new
@@ -318,14 +318,12 @@
def revoke!
client.revoke_certificate!(id, type_display_id, mac: mac?)
end
# @return (Bool): Is this certificate a push profile for apps?
- # rubocop:disable Style/PredicateName
def is_push?
self.kind_of? PushCertificate
end
- # rubocop:enable Style/PredicateName
# @return (Bool) Is this a Mac profile?
def mac?
MAC_CERTIFICATE_TYPE_IDS.include? type_display_id
end