Class: Softlayer::Product::Package::Preset::Attribute

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/product/package/preset/attribute.rb,
lib/softlayer/product/package/preset/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.



11
12
13
# File 'lib/softlayer/product/package/preset/attribute.rb', line 11

def attribute_type
  @attribute_type
end

#attribute_type_idObject

Returns the value of attribute attribute_type_id.



7
8
9
# File 'lib/softlayer/product/package/preset/attribute.rb', line 7

def attribute_type_id
  @attribute_type_id
end

#idObject

Returns the value of attribute id.



8
9
10
# File 'lib/softlayer/product/package/preset/attribute.rb', line 8

def id
  @id
end

#presetObject

Returns the value of attribute preset.



12
13
14
# File 'lib/softlayer/product/package/preset/attribute.rb', line 12

def preset
  @preset
end

#preset_idObject

Returns the value of attribute preset_id.



9
10
11
# File 'lib/softlayer/product/package/preset/attribute.rb', line 9

def preset_id
  @preset_id
end

#valueObject

Returns the value of attribute value.



10
11
12
# File 'lib/softlayer/product/package/preset/attribute.rb', line 10

def value
  @value
end