Module: Spaceship::Portal::AppService::DataProtection
- Defined in:
- lib/spaceship/portal/app_service.rb
Class Method Summary collapse
Class Method Details
.complete ⇒ Object
118 119 120 |
# File 'lib/spaceship/portal/app_service.rb', line 118 def self.complete AppService.new("dataProtection", "complete") end |
.off ⇒ Object
114 115 116 |
# File 'lib/spaceship/portal/app_service.rb', line 114 def self.off AppService.new("dataProtection", "") end |
.unless_open ⇒ Object
122 123 124 |
# File 'lib/spaceship/portal/app_service.rb', line 122 def self.unless_open AppService.new("dataProtection", "unlessopen") end |
.until_first_auth ⇒ Object
126 127 128 |
# File 'lib/spaceship/portal/app_service.rb', line 126 def self.until_first_auth AppService.new("dataProtection", "untilfirstauth") end |