Module: OvhSoapi::Service::Methods
- Included in:
- OvhSoapi::Service, OvhSoapi::Service
- Defined in:
- lib/ovh_soapi/service.rb
Instance Method Summary collapse
-
#modify_contact(domain, component, contact, nic) ⇒ Object
Change the contact handle of an OVH service.
Instance Method Details
#modify_contact(domain, component, contact, nic) ⇒ Object
Change the contact handle of an OVH service
6 7 8 |
# File 'lib/ovh_soapi/service.rb', line 6 def modify_contact(domain, component, contact, nic) RpcDriver.soapi.serviceModifyContact(Session.session, domain, component, contact, nic) end |