module Spaceship::Portal::AppService::VPNConfiguration
Public Class Methods
off()
click to toggle source
# File lib/spaceship/portal/app_service.rb, line 268 def self.off AppService.new("V66P55NK2I", false) end
on()
click to toggle source
# File lib/spaceship/portal/app_service.rb, line 272 def self.on AppService.new("V66P55NK2I", true) end