Class: SynergyWholesale::DomainRegisterAu

Inherits:
Operation
  • Object
show all
Defined in:
lib/synergy_wholesale/operations/domain_register_au.rb

Defined Under Namespace

Classes: Command, Response

Instance Method Summary collapse

Methods inherited from Operation

call

Instance Method Details

#call(attributes) ⇒ Object



40
41
42
43
# File 'lib/synergy_wholesale/operations/domain_register_au.rb', line 40

def call(attributes)
  command = Command.new(attributes)
  api.call(command)
end