Class: Softlayer::Container::Dns::Domain::Registration::ExtendedAttribute

Inherits:
Entity
  • Object
show all
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

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_flagObject

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

#descriptionObject

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

#nameObject

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

#optionsObject

Returns the value of attribute options.



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

def options
  @options
end

#required_flagObject

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_flagObject

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