class SynergyWholesale::DomainRegister

Public Instance Methods

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