Class: Softlayer::Configuration::Template::Section::Definition::Attribute

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/configuration/template/section/definition/attribute.rb,
lib/softlayer/configuration/template/section/definition/attribute/type.rb

Defined Under Namespace

Classes: Representer, Type

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

#attribute_typeObject

Returns the value of attribute attribute_type.



9
10
11
# File 'lib/softlayer/configuration/template/section/definition/attribute.rb', line 9

def attribute_type
  @attribute_type
end

#configuration_definitionObject

Returns the value of attribute configuration_definition.



10
11
12
# File 'lib/softlayer/configuration/template/section/definition/attribute.rb', line 10

def configuration_definition
  @configuration_definition
end

#valueObject

Returns the value of attribute value.



8
9
10
# File 'lib/softlayer/configuration/template/section/definition/attribute.rb', line 8

def value
  @value
end