class MooMoo::Transfer
Public Instance Methods
Cancels transfers that are pending owner approval.
www.opensrs.com/docs/apidomains/cancel_transfer.htm
# File lib/moo_moo/services/transfer.rb, line 8 register_service :cancel_transfer, :transfer
Cancels a transfer that is pending owner approval by order ID
Note: This method may be deprecated
# File lib/moo_moo/services/transfer.rb, line 14 register_service :cancel_transfer_for_order, :transfer
Checks to see if the specified domain can be transferred in to OpenSRS, or transferred from one OpenSRS Reseller to another. This call can also be used to check the status of the last transfer request on a given domain name.
www.opensrs.com/docs/apidomains/check_transfer.htm
# File lib/moo_moo/services/transfer.rb, line 22 register_service :check_transfer, :domain
Lists domains that have been transferred away. This command applies to all domains in a Reseller's profile.
www.opensrs.com/docs/apidomains/get_transfers_away.htm
# File lib/moo_moo/services/transfer.rb, line 29 register_service :get_transfers_away, :domain
Lists domains that have been transferred in. This command applies to all domains in a Reseller's profile.
www.opensrs.com/docs/apidomains/get_transfers_in.htm
# File lib/moo_moo/services/transfer.rb, line 36 register_service :get_transfers_in, :domain
Creates a new order with the same data as a cancelled order; the existing cancelled order is not modified. This command is only available for failed transfers with the status of 'cancelled'.
www.opensrs.com/docs/apidomains/process_transfer.htm
# File lib/moo_moo/services/transfer.rb, line 43 register_service :process_transfer, :transfer
Transfer
a domain from one Reseller to another Reseller. The domain is not renewed when it is transferred and so no charges are incurred.
www.opensrs.com/docs/apidomains/rsp2rsp_push_transfer.htm
# File lib/moo_moo/services/transfer.rb, line 58 register_service :rsp2rsp_push_transfer, :domain
Resends an email message for a transfer that is in 'pending owner approval' state, to the admin contact listed for the domain at the time that the transfer request was submitted. If a transfer is currently in progress, but in a different state, an error is returned.
www.opensrs.com/docs/apidomains/send_password_transfer.htm
# File lib/moo_moo/services/transfer.rb, line 51 register_service :send_password, :transfer