Class: FedexWebServices::Soap::Ship::NaftaCommodityDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::NaftaCommodityDetail
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12NaftaCommodityDetail
preferenceCriterion - FedexWebServices::Soap::Ship::NaftaPreferenceCriterionCode
producerDetermination - FedexWebServices::Soap::Ship::NaftaProducerDeterminationCode
producerId - SOAP::SOAPString
netCostMethod - FedexWebServices::Soap::Ship::NaftaNetCostMethodCode
netCostDateRange - FedexWebServices::Soap::Ship::DateRange
Instance Attribute Summary collapse
-
#netCostDateRange ⇒ Object
Returns the value of attribute netCostDateRange.
-
#netCostMethod ⇒ Object
Returns the value of attribute netCostMethod.
-
#preferenceCriterion ⇒ Object
Returns the value of attribute preferenceCriterion.
-
#producerDetermination ⇒ Object
Returns the value of attribute producerDetermination.
-
#producerId ⇒ Object
Returns the value of attribute producerId.
Instance Method Summary collapse
-
#initialize(preferenceCriterion = nil, producerDetermination = nil, producerId = nil, netCostMethod = nil, netCostDateRange = nil) ⇒ NaftaCommodityDetail
constructor
A new instance of NaftaCommodityDetail.
Constructor Details
#initialize(preferenceCriterion = nil, producerDetermination = nil, producerId = nil, netCostMethod = nil, netCostDateRange = nil) ⇒ NaftaCommodityDetail
Returns a new instance of NaftaCommodityDetail.
2002 2003 2004 2005 2006 2007 2008 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2002 def initialize(preferenceCriterion = nil, producerDetermination = nil, producerId = nil, netCostMethod = nil, netCostDateRange = nil) @preferenceCriterion = preferenceCriterion @producerDetermination = producerDetermination @producerId = producerId @netCostMethod = netCostMethod @netCostDateRange = netCostDateRange end |
Instance Attribute Details
#netCostDateRange ⇒ Object
Returns the value of attribute netCostDateRange.
2000 2001 2002 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2000 def netCostDateRange @netCostDateRange end |
#netCostMethod ⇒ Object
Returns the value of attribute netCostMethod.
1999 2000 2001 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1999 def netCostMethod @netCostMethod end |
#preferenceCriterion ⇒ Object
Returns the value of attribute preferenceCriterion.
1996 1997 1998 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1996 def preferenceCriterion @preferenceCriterion end |
#producerDetermination ⇒ Object
Returns the value of attribute producerDetermination.
1997 1998 1999 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1997 def producerDetermination @producerDetermination end |
#producerId ⇒ Object
Returns the value of attribute producerId.
1998 1999 2000 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1998 def producerId @producerId end |