Class: Softlayer::Product::Package::Item::Category::Group

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/product/package/item/category/group.rb

Defined Under Namespace

Classes: 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

#categoryObject

Returns the value of attribute category.



12
13
14
# File 'lib/softlayer/product/package/item/category/group.rb', line 12

def category
  @category
end

#item_category_idObject

Returns the value of attribute item_category_id.



7
8
9
# File 'lib/softlayer/product/package/item/category/group.rb', line 7

def item_category_id
  @item_category_id
end

#packageObject

Returns the value of attribute package.



13
14
15
# File 'lib/softlayer/product/package/item/category/group.rb', line 13

def package
  @package
end

#package_idObject

Returns the value of attribute package_id.



8
9
10
# File 'lib/softlayer/product/package/item/category/group.rb', line 8

def package_id
  @package_id
end

#price_countObject

Returns the value of attribute price_count.



11
12
13
# File 'lib/softlayer/product/package/item/category/group.rb', line 11

def price_count
  @price_count
end

#pricesObject

Returns the value of attribute prices.



14
15
16
# File 'lib/softlayer/product/package/item/category/group.rb', line 14

def prices
  @prices
end

#sortObject

Returns the value of attribute sort.



9
10
11
# File 'lib/softlayer/product/package/item/category/group.rb', line 9

def sort
  @sort
end

#titleObject

Returns the value of attribute title.



10
11
12
# File 'lib/softlayer/product/package/item/category/group.rb', line 10

def title
  @title
end