Class: Softlayer::Container::Tax::Rates

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

#labor_tax_rateObject

Returns the value of attribute labor_tax_rate.



5
6
7
# File 'lib/softlayer/container/tax/rates.rb', line 5

def labor_tax_rate
  @labor_tax_rate
end

#location_idObject

Returns the value of attribute location_id.



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

def location_id
  @location_id
end

#one_time_tax_rateObject

Returns the value of attribute one_time_tax_rate.



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

def one_time_tax_rate
  @one_time_tax_rate
end

#recurring_tax_rateObject

Returns the value of attribute recurring_tax_rate.



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

def recurring_tax_rate
  @recurring_tax_rate
end

#setup_tax_rateObject

Returns the value of attribute setup_tax_rate.



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

def setup_tax_rate
  @setup_tax_rate
end