Class: Softlayer::Container::Dns::Domain::Registration::Transfer::Information

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/container/dns/domain/registration/transfer/information.rb

Defined Under Namespace

Classes: Representer

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

all, all_request_for, create, find, #init_headers, parse, process_message, #request, request, service_name, #service_name, #to_hash, #to_softlayer

Methods included from Model::Operations

extended, #filter, included, #limit, #mask, #request_headers

Instance Attribute Details

#reasonObject

Returns the value of attribute reason.



8
9
10
# File 'lib/softlayer/container/dns/domain/registration/transfer/information.rb', line 8

def reason
  @reason
end

#registrant_emailObject

Returns the value of attribute registrant_email.



9
10
11
# File 'lib/softlayer/container/dns/domain/registration/transfer/information.rb', line 9

def registrant_email
  @registrant_email
end

#statusObject

Returns the value of attribute status.



10
11
12
# File 'lib/softlayer/container/dns/domain/registration/transfer/information.rb', line 10

def status
  @status
end

#time_stampObject

Returns the value of attribute time_stamp.



11
12
13
# File 'lib/softlayer/container/dns/domain/registration/transfer/information.rb', line 11

def time_stamp
  @time_stamp
end

#transferrableObject

Returns the value of attribute transferrable.



12
13
14
# File 'lib/softlayer/container/dns/domain/registration/transfer/information.rb', line 12

def transferrable
  @transferrable
end