class SynergyWholesale::DisableAutoRenewal

Public Instance Methods

call(domain) click to toggle source
# File lib/synergy_wholesale/operations/disable_auto_renewal.rb, line 21
def call(domain)
  command = Command.new(domain)
  api.call(command)
end