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

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/container/dns/domain/registration/extended_attribute/option.rb,
lib/softlayer/container/dns/domain/registration/extended_attribute/option/require.rb

Defined Under Namespace

Classes: Representer, Require

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

#descriptionObject

Returns the value of attribute description.



9
10
11
# File 'lib/softlayer/container/dns/domain/registration/extended_attribute/option.rb', line 9

def description
  @description
end

#require_extended_attributesObject

Returns the value of attribute require_extended_attributes.



10
11
12
# File 'lib/softlayer/container/dns/domain/registration/extended_attribute/option.rb', line 10

def require_extended_attributes
  @require_extended_attributes
end

#titleObject

Returns the value of attribute title.



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

def title
  @title
end

#valueObject

Returns the value of attribute value.



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

def value
  @value
end