Class: FedexWebServices::Soap::Rate::FreightRateDetail

Inherits:
Object
  • Object
show all
Defined in:
lib/fedex_web_services/soap/RateServiceDefinitions.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#baseChargeCalculationObject

Returns the value of attribute baseChargeCalculation.



1211
1212
1213
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1211

def baseChargeCalculation
  @baseChargeCalculation
end

#baseChargesObject

Returns the value of attribute baseCharges.



1212
1213
1214
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1212

def baseCharges
  @baseCharges
end

#notationsObject

Returns the value of attribute notations.



1213
1214
1215
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1213

def notations
  @notations
end

#quoteNumberObject

Returns the value of attribute quoteNumber.



1209
1210
1211
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1209

def quoteNumber
  @quoteNumber
end

#quoteTypeObject

Returns the value of attribute quoteType.



1210
1211
1212
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1210

def quoteType
  @quoteType
end