class SynergyWholesale::DomainRegisterAu

Public Instance Methods

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