module Spaceship::Portal::AppService::DataProtection

Public Class Methods

complete() click to toggle source
# File lib/spaceship/portal/app_service.rb, line 144
def self.complete
  AppService.new("dataProtection", "complete")
end
off() click to toggle source
# File lib/spaceship/portal/app_service.rb, line 140
def self.off
  AppService.new("dataProtection", "")
end
unless_open() click to toggle source
# File lib/spaceship/portal/app_service.rb, line 148
def self.unless_open
  AppService.new("dataProtection", "unlessopen")
end
until_first_auth() click to toggle source
# File lib/spaceship/portal/app_service.rb, line 152
def self.until_first_auth
  AppService.new("dataProtection", "untilfirstauth")
end