Class: SynergyWholesale::DomainRegister
- Inherits:
-
Operation
- Object
- Operation
- SynergyWholesale::DomainRegister
show all
- Defined in:
- lib/synergy_wholesale/operations/domain_register.rb
Defined Under Namespace
Classes: Command, Response
Instance Method Summary
collapse
Methods inherited from Operation
call
Instance Method Details
#call(attributes) ⇒ Object
45
46
47
48
|
# File 'lib/synergy_wholesale/operations/domain_register.rb', line 45
def call(attributes)
command = Command.new(attributes)
api.call(command)
end
|