Module: Spaceship::Portal::AppService::AppGroup

Defined in:
lib/spaceship/portal/app_service.rb

Overview

Modules for “constants”

Class Method Summary collapse

Class Method Details

.offObject



94
95
96
# File 'lib/spaceship/portal/app_service.rb', line 94

def self.off
  AppService.new("APG3427HIY", false)
end

.onObject



98
99
100
# File 'lib/spaceship/portal/app_service.rb', line 98

def self.on
  AppService.new("APG3427HIY", true)
end