Class: FedexWebServices::Soap::Rate::FreightRateDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::FreightRateDetail
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13FreightRateDetail
quoteNumber - SOAP::SOAPString
quoteType - FedexWebServices::Soap::Rate::FreightRateQuoteType
baseChargeCalculation - FedexWebServices::Soap::Rate::FreightBaseChargeCalculationType
baseCharges - FedexWebServices::Soap::Rate::FreightBaseCharge
notations - FedexWebServices::Soap::Rate::FreightRateNotation
Instance Attribute Summary collapse
-
#baseChargeCalculation ⇒ Object
Returns the value of attribute baseChargeCalculation.
-
#baseCharges ⇒ Object
Returns the value of attribute baseCharges.
-
#notations ⇒ Object
Returns the value of attribute notations.
-
#quoteNumber ⇒ Object
Returns the value of attribute quoteNumber.
-
#quoteType ⇒ Object
Returns the value of attribute quoteType.
Instance Method Summary collapse
-
#initialize(quoteNumber = nil, quoteType = nil, baseChargeCalculation = nil, baseCharges = [], notations = []) ⇒ FreightRateDetail
constructor
A new instance of FreightRateDetail.
Constructor Details
#initialize(quoteNumber = nil, quoteType = nil, baseChargeCalculation = nil, baseCharges = [], notations = []) ⇒ FreightRateDetail
Returns a new instance of FreightRateDetail.
1215 1216 1217 1218 1219 1220 1221 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1215 def initialize(quoteNumber = nil, quoteType = nil, baseChargeCalculation = nil, baseCharges = [], notations = []) @quoteNumber = quoteNumber @quoteType = quoteType @baseChargeCalculation = baseChargeCalculation @baseCharges = baseCharges @notations = notations end |
Instance Attribute Details
#baseChargeCalculation ⇒ Object
Returns the value of attribute baseChargeCalculation.
1211 1212 1213 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1211 def baseChargeCalculation @baseChargeCalculation end |
#baseCharges ⇒ Object
Returns the value of attribute baseCharges.
1212 1213 1214 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1212 def baseCharges @baseCharges end |
#notations ⇒ Object
Returns the value of attribute notations.
1213 1214 1215 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1213 def notations @notations end |
#quoteNumber ⇒ Object
Returns the value of attribute quoteNumber.
1209 1210 1211 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1209 def quoteNumber @quoteNumber end |
#quoteType ⇒ Object
Returns the value of attribute quoteType.
1210 1211 1212 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1210 def quoteType @quoteType end |