Class: Softlayer::Container::Dns::Domain::Registration::Nameserver::List
- Defined in:
- lib/softlayer/container/dns/domain/registration/nameserver/list.rb
Defined Under Namespace
Classes: Representer
Instance Attribute Summary collapse
-
#ipv4_address ⇒ Object
Returns the value of attribute ipv4_address.
-
#ipv6_address ⇒ Object
Returns the value of attribute ipv6_address.
-
#name ⇒ Object
Returns the value of attribute name.
-
#sort_order ⇒ Object
Returns the value of attribute sort_order.
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
#ipv4_address ⇒ Object
Returns the value of attribute ipv4_address.
8 9 10 |
# File 'lib/softlayer/container/dns/domain/registration/nameserver/list.rb', line 8 def ipv4_address @ipv4_address end |
#ipv6_address ⇒ Object
Returns the value of attribute ipv6_address.
9 10 11 |
# File 'lib/softlayer/container/dns/domain/registration/nameserver/list.rb', line 9 def ipv6_address @ipv6_address end |
#name ⇒ Object
Returns the value of attribute name.
10 11 12 |
# File 'lib/softlayer/container/dns/domain/registration/nameserver/list.rb', line 10 def name @name end |
#sort_order ⇒ Object
Returns the value of attribute sort_order.
11 12 13 |
# File 'lib/softlayer/container/dns/domain/registration/nameserver/list.rb', line 11 def sort_order @sort_order end |