Class: Softlayer::Product::Catalog

Inherits:
Entity show all
Defined in:
lib/softlayer/product/catalog.rb,
lib/softlayer/product/catalog/item.rb,
lib/softlayer/product/catalog/item/price.rb

Defined Under Namespace

Modules: Item 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

#brand_countObject

Returns the value of attribute brand_count.



5
6
7
# File 'lib/softlayer/product/catalog.rb', line 5

def brand_count
  @brand_count
end

#brandsObject

Returns the value of attribute brands.



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

def brands
  @brands
end

#package_countObject

Returns the value of attribute package_count.



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

def package_count
  @package_count
end

#packagesObject

Returns the value of attribute packages.



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

def packages
  @packages
end

#price_countObject

Returns the value of attribute price_count.



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

def price_count
  @price_count
end

#pricesObject

Returns the value of attribute prices.



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

def prices
  @prices
end

#product_countObject

Returns the value of attribute product_count.



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

def product_count
  @product_count
end

#productsObject

Returns the value of attribute products.



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

def products
  @products
end