module Spaceship::Portal::AppService::Passbook

Public Class Methods

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