class MooMoo::Transfer

Public Instance Methods

cancel_transfer() click to toggle source

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
cancel_transfer_for_order() click to toggle source

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
check_transfer() click to toggle source

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
get_transfers_away() click to toggle source

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
get_transfers_in() click to toggle source

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
process_transfer() click to toggle source

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
rsp2rsp_push_transfer() click to toggle source

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
send_password() click to toggle source

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