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

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/container/dns/domain/registration/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

#contactsObject

Returns the value of attribute contacts.



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

def contacts
  @contacts
end

#expire_dateObject

Returns the value of attribute expire_date.



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

def expire_date
  @expire_date
end

#nameserversObject

Returns the value of attribute nameservers.



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

def nameservers
  @nameservers
end

#registry_create_dateObject

Returns the value of attribute registry_create_date.



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

def registry_create_date
  @registry_create_date
end

#registry_expire_dateObject

Returns the value of attribute registry_expire_date.



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

def registry_expire_date
  @registry_expire_date
end

#registry_update_dateObject

Returns the value of attribute registry_update_date.



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

def registry_update_date
  @registry_update_date
end