Class: MooMoo::Transfer
- Inherits:
-
BaseCommand
- Object
- BaseCommand
- MooMoo::Transfer
- Defined in:
- lib/moo_moo/services/transfer.rb
Instance Attribute Summary
Attributes inherited from BaseCommand
#host, #key, #port, #response, #username
Instance Method Summary collapse
-
#cancel_transfer ⇒ Object
Cancels transfers that are pending owner approval.
-
#cancel_transfer_for_order ⇒ Object
Cancels a transfer that is pending owner approval by order ID.
-
#check_transfer ⇒ Object
Checks to see if the specified domain can be transferred in to OpenSRS, or transferred from one OpenSRS Reseller to another.
-
#get_transfers_away ⇒ Object
Lists domains that have been transferred away.
-
#get_transfers_in ⇒ Object
Lists domains that have been transferred in.
-
#process_transfer ⇒ Object
Creates a new order with the same data as a cancelled order; the existing cancelled order is not modified.
-
#rsp2rsp_push_transfer ⇒ Object
Transfer a domain from one Reseller to another Reseller.
-
#send_password ⇒ Object
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.
Methods inherited from BaseCommand
#attributes, #initialize, #message, register_service, #successful?
Constructor Details
This class inherits a constructor from MooMoo::BaseCommand
Instance Method Details
#cancel_transfer ⇒ Object
Cancels transfers that are pending owner approval.
8 |
# File 'lib/moo_moo/services/transfer.rb', line 8 register_service :cancel_transfer, :transfer |
#cancel_transfer_for_order ⇒ Object
Cancels a transfer that is pending owner approval by order ID
Note: This method may be deprecated
14 |
# File 'lib/moo_moo/services/transfer.rb', line 14 register_service :cancel_transfer_for_order, :transfer |
#check_transfer ⇒ Object
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.
22 |
# File 'lib/moo_moo/services/transfer.rb', line 22 register_service :check_transfer, :domain |
#get_transfers_away ⇒ Object
Lists domains that have been transferred away. This command applies to all domains in a Reseller’s profile.
29 |
# File 'lib/moo_moo/services/transfer.rb', line 29 register_service :get_transfers_away, :domain |
#get_transfers_in ⇒ Object
Lists domains that have been transferred in. This command applies to all domains in a Reseller’s profile.
36 |
# File 'lib/moo_moo/services/transfer.rb', line 36 register_service :get_transfers_in, :domain |
#process_transfer ⇒ Object
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’.
43 |
# File 'lib/moo_moo/services/transfer.rb', line 43 register_service :process_transfer, :transfer |
#rsp2rsp_push_transfer ⇒ Object
Transfer a domain from one Reseller to another Reseller. The domain is not renewed when it is transferred and so no charges are incurred.
58 |
# File 'lib/moo_moo/services/transfer.rb', line 58 register_service :rsp2rsp_push_transfer, :domain |
#send_password ⇒ Object
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.
51 |
# File 'lib/moo_moo/services/transfer.rb', line 51 register_service :send_password, :transfer |