module Spaceship::Portal::AppService::PushNotification
Public Class Methods
off()
click to toggle source
# File lib/spaceship/portal/app_service.rb, line 248 def self.off AppService.new("push", false) end
on()
click to toggle source
# File lib/spaceship/portal/app_service.rb, line 252 def self.on AppService.new("push", true) end