Class: Softlayer::Product::Item::Resource::Conflict
- Defined in:
- lib/softlayer/product/item/resource/conflict.rb,
lib/softlayer/product/item/resource/conflict/item.rb,
lib/softlayer/product/item/resource/conflict/location.rb,
lib/softlayer/product/item/resource/conflict/item/category.rb
Direct Known Subclasses
Defined Under Namespace
Classes: Item, Location, Representer
Instance Attribute Summary collapse
-
#item ⇒ Object
Returns the value of attribute item.
-
#item_id ⇒ Object
Returns the value of attribute item_id.
-
#message ⇒ Object
Returns the value of attribute message.
-
#package ⇒ Object
Returns the value of attribute package.
-
#package_id ⇒ Object
Returns the value of attribute package_id.
-
#resource_table_id ⇒ Object
Returns the value of attribute resource_table_id.
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
#item ⇒ Object
Returns the value of attribute item.
12 13 14 |
# File 'lib/softlayer/product/item/resource/conflict.rb', line 12 def item @item end |
#item_id ⇒ Object
Returns the value of attribute item_id.
8 9 10 |
# File 'lib/softlayer/product/item/resource/conflict.rb', line 8 def item_id @item_id end |
#message ⇒ Object
Returns the value of attribute message.
9 10 11 |
# File 'lib/softlayer/product/item/resource/conflict.rb', line 9 def @message end |
#package ⇒ Object
Returns the value of attribute package.
13 14 15 |
# File 'lib/softlayer/product/item/resource/conflict.rb', line 13 def package @package end |
#package_id ⇒ Object
Returns the value of attribute package_id.
10 11 12 |
# File 'lib/softlayer/product/item/resource/conflict.rb', line 10 def package_id @package_id end |
#resource_table_id ⇒ Object
Returns the value of attribute resource_table_id.
11 12 13 |
# File 'lib/softlayer/product/item/resource/conflict.rb', line 11 def resource_table_id @resource_table_id end |