Class: Softlayer::Container::Dns::Domain::Registration::Lookup::Items
- Defined in:
- lib/softlayer/container/dns/domain/registration/lookup/items.rb
Defined Under Namespace
Classes: Representer
Instance Attribute Summary collapse
-
#domain_name ⇒ Object
Returns the value of attribute domain_name.
-
#status ⇒ Object
Returns the value of attribute status.
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
#domain_name ⇒ Object
Returns the value of attribute domain_name.
8 9 10 |
# File 'lib/softlayer/container/dns/domain/registration/lookup/items.rb', line 8 def domain_name @domain_name end |
#status ⇒ Object
Returns the value of attribute status.
9 10 11 |
# File 'lib/softlayer/container/dns/domain/registration/lookup/items.rb', line 9 def status @status end |