Class: Softlayer::Container::Dns::Domain::Registration::ExtendedAttribute::Configuration
- Inherits:
-
Model
- Object
- Model
- Softlayer::Container::Dns::Domain::Registration::ExtendedAttribute::Configuration
- Defined in:
- lib/softlayer/container/dns/domain/registration/extended_attribute/configuration.rb
Defined Under Namespace
Classes: Representer
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#value ⇒ Object
Returns the value of attribute value.
Method Summary
Methods inherited from Model
all, all_request_for, create, find, #init_headers, parse, request, #request, service_name, #to_hash
Methods included from Model::Operations
extended, #filter, included, #limit, #mask, #request_headers
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
8 9 10 |
# File 'lib/softlayer/container/dns/domain/registration/extended_attribute/configuration.rb', line 8 def name @name end |
#value ⇒ Object
Returns the value of attribute value.
9 10 11 |
# File 'lib/softlayer/container/dns/domain/registration/extended_attribute/configuration.rb', line 9 def value @value end |