module Spaceship::Portal::AppService::HealthKit

Public Class Methods

off() click to toggle source
# File lib/spaceship/portal/app_service.rb, line 168
def self.off
  AppService.new("HK421J6T7P", false)
end
on() click to toggle source
# File lib/spaceship/portal/app_service.rb, line 172
def self.on
  AppService.new("HK421J6T7P", true)
end