Class: Softlayer::Product::Item::Attribute

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



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

def attribute_type
  @attribute_type
end

#attribute_type_key_nameObject

Returns the value of attribute attribute_type_key_name.



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

def attribute_type_key_name
  @attribute_type_key_name
end

#idObject

Returns the value of attribute id.



6
7
8
# File 'lib/softlayer/product/item/attribute.rb', line 6

def id
  @id
end

#itemObject

Returns the value of attribute item.



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

def item
  @item
end

#item_attribute_type_idObject

Returns the value of attribute item_attribute_type_id.



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

def item_attribute_type_id
  @item_attribute_type_id
end

#item_idObject

Returns the value of attribute item_id.



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

def item_id
  @item_id
end

#valueObject

Returns the value of attribute value.



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

def value
  @value
end