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

Inherits:
Entity show all
Defined in:
lib/softlayer/container/tax/cache.rb,
lib/softlayer/container/tax/cache/item.rb

Defined Under Namespace

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

#effective_tax_rateObject

Returns the value of attribute effective_tax_rate.



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

def effective_tax_rate
  @effective_tax_rate
end

#itemsObject

Returns the value of attribute items.



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

def items
  @items
end

#statusObject

Returns the value of attribute status.



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

def status
  @status
end

#total_tax_amountObject

Returns the value of attribute total_tax_amount.



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

def total_tax_amount
  @total_tax_amount
end