Module: Spaceship::Portal::AppService::DataProtection
- Defined in:
- lib/spaceship/portal/app_service.rb
Class Method Summary collapse
Class Method Details
.complete ⇒ Object
144 145 146 |
# File 'lib/spaceship/portal/app_service.rb', line 144 def self.complete AppService.new("dataProtection", "complete") end |
.off ⇒ Object
140 141 142 |
# File 'lib/spaceship/portal/app_service.rb', line 140 def self.off AppService.new("dataProtection", "") end |
.unless_open ⇒ Object
148 149 150 |
# File 'lib/spaceship/portal/app_service.rb', line 148 def self.unless_open AppService.new("dataProtection", "unlessopen") end |
.until_first_auth ⇒ Object
152 153 154 |
# File 'lib/spaceship/portal/app_service.rb', line 152 def self.until_first_auth AppService.new("dataProtection", "untilfirstauth") end |