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

Inherits:
Model
  • Object
show all
Defined in:
lib/softlayer/container/dns/domain/registration/extended_attribute/configuration.rb

Defined Under Namespace

Classes: Representer

Instance Attribute Summary collapse

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

#nameObject

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

#valueObject

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