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