Class: Softlayer::Container::Dns::Domain::Registration::ExtendedAttribute
- Defined in:
- lib/softlayer/container/dns/domain/registration/extended_attribute.rb,
lib/softlayer/container/dns/domain/registration/extended_attribute/option.rb,
lib/softlayer/container/dns/domain/registration/extended_attribute/configuration.rb,
lib/softlayer/container/dns/domain/registration/extended_attribute/option/require.rb
Defined Under Namespace
Classes: Configuration, Option, Representer
Instance Attribute Summary collapse
-
#child_flag ⇒ Object
Returns the value of attribute child_flag.
-
#description ⇒ Object
Returns the value of attribute description.
-
#name ⇒ Object
Returns the value of attribute name.
-
#options ⇒ Object
Returns the value of attribute options.
-
#required_flag ⇒ Object
Returns the value of attribute required_flag.
-
#user_defined_flag ⇒ Object
Returns the value of attribute user_defined_flag.
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
#child_flag ⇒ Object
Returns the value of attribute child_flag.
9 10 11 |
# File 'lib/softlayer/container/dns/domain/registration/extended_attribute.rb', line 9 def child_flag @child_flag end |
#description ⇒ Object
Returns the value of attribute description.
10 11 12 |
# File 'lib/softlayer/container/dns/domain/registration/extended_attribute.rb', line 10 def description @description end |
#name ⇒ Object
Returns the value of attribute name.
11 12 13 |
# File 'lib/softlayer/container/dns/domain/registration/extended_attribute.rb', line 11 def name @name end |
#options ⇒ Object
Returns the value of attribute options.
12 13 14 |
# File 'lib/softlayer/container/dns/domain/registration/extended_attribute.rb', line 12 def @options end |
#required_flag ⇒ Object
Returns the value of attribute required_flag.
13 14 15 |
# File 'lib/softlayer/container/dns/domain/registration/extended_attribute.rb', line 13 def required_flag @required_flag end |
#user_defined_flag ⇒ Object
Returns the value of attribute user_defined_flag.
14 15 16 |
# File 'lib/softlayer/container/dns/domain/registration/extended_attribute.rb', line 14 def user_defined_flag @user_defined_flag end |