Class: Softlayer::Product::Item::Resource::Conflict

Inherits:
Entity
  • Object
show all
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

Item, Item::Category, Location

Defined Under Namespace

Classes: Item, Location, Representer

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

#itemObject

Returns the value of attribute item.



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

def item
  @item
end

#item_idObject

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

#messageObject

Returns the value of attribute message.



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

def message
  @message
end

#packageObject

Returns the value of attribute package.



13
14
15
# File 'lib/softlayer/product/item/resource/conflict.rb', line 13

def package
  @package
end

#package_idObject

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_idObject

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