Module: Spaceship::Portal::AppService::DataProtection

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

Class Method Summary collapse

Class Method Details

.completeObject



144
145
146
# File 'lib/spaceship/portal/app_service.rb', line 144

def self.complete
  AppService.new("dataProtection", "complete")
end

.offObject



140
141
142
# File 'lib/spaceship/portal/app_service.rb', line 140

def self.off
  AppService.new("dataProtection", "")
end

.unless_openObject



148
149
150
# File 'lib/spaceship/portal/app_service.rb', line 148

def self.unless_open
  AppService.new("dataProtection", "unlessopen")
end

.until_first_authObject



152
153
154
# File 'lib/spaceship/portal/app_service.rb', line 152

def self.until_first_auth
  AppService.new("dataProtection", "untilfirstauth")
end