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



110
111
112
# File 'lib/spaceship/portal/app_service.rb', line 110

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

.onObject



114
115
116
# File 'lib/spaceship/portal/app_service.rb', line 114

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