Class: Softlayer::Container::Tax::Cache::Item

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/container/tax/cache/item.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

#category_codeObject

Returns the value of attribute category_code.



6
7
8
# File 'lib/softlayer/container/tax/cache/item.rb', line 6

def category_code
  @category_code
end

#container_hashObject

Returns the value of attribute container_hash.



7
8
9
# File 'lib/softlayer/container/tax/cache/item.rb', line 7

def container_hash
  @container_hash
end

#item_price_idObject

Returns the value of attribute item_price_id.



8
9
10
# File 'lib/softlayer/container/tax/cache/item.rb', line 8

def item_price_id
  @item_price_id
end

#tax_ratesObject

Returns the value of attribute tax_rates.



9
10
11
# File 'lib/softlayer/container/tax/cache/item.rb', line 9

def tax_rates
  @tax_rates
end