Class: FedexWebServices::Soap::Ship::EdtCommodityTax
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::EdtCommodityTax
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12EdtCommodityTax
harmonizedCode - SOAP::SOAPString
taxes - FedexWebServices::Soap::Ship::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.
1361 1362 1363 1364 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1361 def initialize(harmonizedCode = nil, taxes = []) @harmonizedCode = harmonizedCode @taxes = taxes end |
Instance Attribute Details
#harmonizedCode ⇒ Object
Returns the value of attribute harmonizedCode.
1358 1359 1360 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1358 def harmonizedCode @harmonizedCode end |
#taxes ⇒ Object
Returns the value of attribute taxes.
1359 1360 1361 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1359 def taxes @taxes end |