Class: FedexWebServices::Soap::Rate::FreightServiceCenterDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::FreightServiceCenterDetail
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13FreightServiceCenterDetail
interlineCarrierCode - SOAP::SOAPString
interlineCarrierName - SOAP::SOAPString
additionalDays - SOAP::SOAPInt
localService - FedexWebServices::Soap::Rate::ServiceType
localDistance - FedexWebServices::Soap::Rate::Distance
localDuration - SOAP::SOAPDuration
localServiceScheduling - FedexWebServices::Soap::Rate::FreightServiceSchedulingType
limitedServiceDays - FedexWebServices::Soap::Rate::DayOfWeekType
gatewayLocationId - SOAP::SOAPString
location - SOAP::SOAPString
contactAndAddress - FedexWebServices::Soap::Rate::ContactAndAddress
Instance Attribute Summary collapse
-
#additionalDays ⇒ Object
Returns the value of attribute additionalDays.
-
#contactAndAddress ⇒ Object
Returns the value of attribute contactAndAddress.
-
#gatewayLocationId ⇒ Object
Returns the value of attribute gatewayLocationId.
-
#interlineCarrierCode ⇒ Object
Returns the value of attribute interlineCarrierCode.
-
#interlineCarrierName ⇒ Object
Returns the value of attribute interlineCarrierName.
-
#limitedServiceDays ⇒ Object
Returns the value of attribute limitedServiceDays.
-
#localDistance ⇒ Object
Returns the value of attribute localDistance.
-
#localDuration ⇒ Object
Returns the value of attribute localDuration.
-
#localService ⇒ Object
Returns the value of attribute localService.
-
#localServiceScheduling ⇒ Object
Returns the value of attribute localServiceScheduling.
-
#location ⇒ Object
Returns the value of attribute location.
Instance Method Summary collapse
-
#initialize(interlineCarrierCode = nil, interlineCarrierName = nil, additionalDays = nil, localService = nil, localDistance = nil, localDuration = nil, localServiceScheduling = nil, limitedServiceDays = [], gatewayLocationId = nil, location = nil, contactAndAddress = nil) ⇒ FreightServiceCenterDetail
constructor
A new instance of FreightServiceCenterDetail.
Constructor Details
#initialize(interlineCarrierCode = nil, interlineCarrierName = nil, additionalDays = nil, localService = nil, localDistance = nil, localDuration = nil, localServiceScheduling = nil, limitedServiceDays = [], gatewayLocationId = nil, location = nil, contactAndAddress = nil) ⇒ FreightServiceCenterDetail
Returns a new instance of FreightServiceCenterDetail.
1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1262 def initialize(interlineCarrierCode = nil, interlineCarrierName = nil, additionalDays = nil, localService = nil, localDistance = nil, localDuration = nil, localServiceScheduling = nil, limitedServiceDays = [], gatewayLocationId = nil, location = nil, contactAndAddress = nil) @interlineCarrierCode = interlineCarrierCode @interlineCarrierName = interlineCarrierName @additionalDays = additionalDays @localService = localService @localDistance = localDistance @localDuration = localDuration @localServiceScheduling = localServiceScheduling @limitedServiceDays = limitedServiceDays @gatewayLocationId = gatewayLocationId @location = location @contactAndAddress = contactAndAddress end |
Instance Attribute Details
#additionalDays ⇒ Object
Returns the value of attribute additionalDays.
1252 1253 1254 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1252 def additionalDays @additionalDays end |
#contactAndAddress ⇒ Object
Returns the value of attribute contactAndAddress.
1260 1261 1262 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1260 def contactAndAddress @contactAndAddress end |
#gatewayLocationId ⇒ Object
Returns the value of attribute gatewayLocationId.
1258 1259 1260 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1258 def gatewayLocationId @gatewayLocationId end |
#interlineCarrierCode ⇒ Object
Returns the value of attribute interlineCarrierCode.
1250 1251 1252 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1250 def interlineCarrierCode @interlineCarrierCode end |
#interlineCarrierName ⇒ Object
Returns the value of attribute interlineCarrierName.
1251 1252 1253 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1251 def interlineCarrierName @interlineCarrierName end |
#limitedServiceDays ⇒ Object
Returns the value of attribute limitedServiceDays.
1257 1258 1259 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1257 def limitedServiceDays @limitedServiceDays end |
#localDistance ⇒ Object
Returns the value of attribute localDistance.
1254 1255 1256 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1254 def localDistance @localDistance end |
#localDuration ⇒ Object
Returns the value of attribute localDuration.
1255 1256 1257 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1255 def localDuration @localDuration end |
#localService ⇒ Object
Returns the value of attribute localService.
1253 1254 1255 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1253 def localService @localService end |
#localServiceScheduling ⇒ Object
Returns the value of attribute localServiceScheduling.
1256 1257 1258 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1256 def localServiceScheduling @localServiceScheduling end |
#location ⇒ Object
Returns the value of attribute location.
1259 1260 1261 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1259 def location @location end |