Class: ChannelAdvisor::TaxServiceSOAP::GetTaxRateListResponse
- Inherits:
-
Object
- Object
- ChannelAdvisor::TaxServiceSOAP::GetTaxRateListResponse
- Defined in:
- lib/channel_advisor/tax_service/types.rb
Overview
http://api.channeladvisor.com/webservices/GetTaxRateListResponse
getTaxRateListResult - ChannelAdvisor::TaxServiceSOAP::APIResultOfTaxRateResult
Instance Attribute Summary (collapse)
-
- (Object) getTaxRateListResult
Returns the value of attribute getTaxRateListResult.
Instance Method Summary (collapse)
-
- (GetTaxRateListResponse) initialize(getTaxRateListResult = nil)
constructor
A new instance of GetTaxRateListResponse.
Constructor Details
- (GetTaxRateListResponse) initialize(getTaxRateListResult = nil)
A new instance of GetTaxRateListResponse
200 201 202 |
# File 'lib/channel_advisor/tax_service/types.rb', line 200 def initialize(getTaxRateListResult = nil) @getTaxRateListResult = getTaxRateListResult end |
Instance Attribute Details
- (Object) getTaxRateListResult
Returns the value of attribute getTaxRateListResult
198 199 200 |
# File 'lib/channel_advisor/tax_service/types.rb', line 198 def getTaxRateListResult @getTaxRateListResult end |