Module: Gandi::Domain::Transferin

Included in:
Gandi::Domain
Defined in:
lib/gandi/domain/transferin.rb

Instance Method Summary collapse

Instance Method Details

#transferin(fqdn, params) ⇒ Object

Transfer a domain. Uses the API call domain.transferin.proceed Returns a Gandi::Operation object. NOTE: this may be untestable in OT&E



7
8
9
10
# File 'lib/gandi/domain/transferin.rb', line 7

def transferin(fqdn, params)
  operation_hash = call('domain.transferin.proceed', fqdn, params)
  Gandi::Operation.new(operation_hash['id'], operation_hash)
end