Class: ChannelAdvisor::TaxServiceSOAP::GetTaxRateListResponse
- Inherits:
-
Object
- Object
- ChannelAdvisor::TaxServiceSOAP::GetTaxRateListResponse
- Defined in:
- lib/channel_advisor/tax_service/types.rb
Overview
/GetTaxRateListResponse
getTaxRateListResult - ChannelAdvisor::TaxServiceSOAP::APIResultOfTaxRateResult
Instance Attribute Summary collapse
-
#getTaxRateListResult ⇒ Object
Returns the value of attribute getTaxRateListResult.
Instance Method Summary collapse
-
#initialize(getTaxRateListResult = nil) ⇒ GetTaxRateListResponse
constructor
A new instance of GetTaxRateListResponse.
Constructor Details
#initialize(getTaxRateListResult = nil) ⇒ GetTaxRateListResponse
Returns 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
#getTaxRateListResult ⇒ Object
Returns the value of attribute getTaxRateListResult.
198 199 200 |
# File 'lib/channel_advisor/tax_service/types.rb', line 198 def getTaxRateListResult @getTaxRateListResult end |