Class: FedexWebServices::Soap::Ship::NaftaCommodityDetail

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#netCostDateRangeObject

Returns the value of attribute netCostDateRange.



2000
2001
2002
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2000

def netCostDateRange
  @netCostDateRange
end

#netCostMethodObject

Returns the value of attribute netCostMethod.



1999
2000
2001
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1999

def netCostMethod
  @netCostMethod
end

#preferenceCriterionObject

Returns the value of attribute preferenceCriterion.



1996
1997
1998
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1996

def preferenceCriterion
  @preferenceCriterion
end

#producerDeterminationObject

Returns the value of attribute producerDetermination.



1997
1998
1999
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1997

def producerDetermination
  @producerDetermination
end

#producerIdObject

Returns the value of attribute producerId.



1998
1999
2000
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 1998

def producerId
  @producerId
end