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