Class: FedexWebServices::Soap::Rate::EdtCommodityTax
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::EdtCommodityTax
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13EdtCommodityTax
harmonizedCode - SOAP::SOAPString
taxes - FedexWebServices::Soap::Rate::EdtTaxDetail
Instance Attribute Summary collapse
-
#harmonizedCode ⇒ Object
Returns the value of attribute harmonizedCode.
-
#taxes ⇒ Object
Returns the value of attribute taxes.
Instance Method Summary collapse
-
#initialize(harmonizedCode = nil, taxes = []) ⇒ EdtCommodityTax
constructor
A new instance of EdtCommodityTax.
Constructor Details
#initialize(harmonizedCode = nil, taxes = []) ⇒ EdtCommodityTax
Returns a new instance of EdtCommodityTax.
1018 1019 1020 1021 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1018 def initialize(harmonizedCode = nil, taxes = []) @harmonizedCode = harmonizedCode @taxes = taxes end |
Instance Attribute Details
#harmonizedCode ⇒ Object
Returns the value of attribute harmonizedCode.
1015 1016 1017 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1015 def harmonizedCode @harmonizedCode end |
#taxes ⇒ Object
Returns the value of attribute taxes.
1016 1017 1018 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1016 def taxes @taxes end |