Module: Spaceship::Portal::AppService::AppGroup
- Defined in:
- lib/spaceship/portal/app_service.rb
Overview
Modules for “constants”
Class Method Summary collapse
Class Method Details
.off ⇒ Object
110 111 112 |
# File 'lib/spaceship/portal/app_service.rb', line 110 def self.off AppService.new("APG3427HIY", false) end |
.on ⇒ Object
114 115 116 |
# File 'lib/spaceship/portal/app_service.rb', line 114 def self.on AppService.new("APG3427HIY", true) end |