class SynergyWholesale::EnableAutoRenewal
Public Instance Methods
call(domain)
click to toggle source
# File lib/synergy_wholesale/operations/enable_auto_renewal.rb, line 21 def call(domain) command = Command.new(domain) api.call(command) end