module Spaceship::Portal::AppService::AppGroup
Modules for “constants”
Public Class Methods
off()
click to toggle source
# File lib/spaceship/portal/app_service.rb, line 110 def self.off AppService.new("APG3427HIY", false) end
on()
click to toggle source
# File lib/spaceship/portal/app_service.rb, line 114 def self.on AppService.new("APG3427HIY", true) end