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

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

Class Method Summary collapse

Class Method Details

.completeObject



118
119
120
# File 'lib/spaceship/portal/app_service.rb', line 118

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

.offObject



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

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

.unless_openObject



122
123
124
# File 'lib/spaceship/portal/app_service.rb', line 122

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

.until_first_authObject



126
127
128
# File 'lib/spaceship/portal/app_service.rb', line 126

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