Class: FedexWebServices::Soap::Rate::FreightServiceCenterDetail

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

Instance Method Summary collapse

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

#additionalDaysObject

Returns the value of attribute additionalDays.



1252
1253
1254
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1252

def additionalDays
  @additionalDays
end

#contactAndAddressObject

Returns the value of attribute contactAndAddress.



1260
1261
1262
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1260

def contactAndAddress
  @contactAndAddress
end

#gatewayLocationIdObject

Returns the value of attribute gatewayLocationId.



1258
1259
1260
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1258

def gatewayLocationId
  @gatewayLocationId
end

#interlineCarrierCodeObject

Returns the value of attribute interlineCarrierCode.



1250
1251
1252
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1250

def interlineCarrierCode
  @interlineCarrierCode
end

#interlineCarrierNameObject

Returns the value of attribute interlineCarrierName.



1251
1252
1253
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1251

def interlineCarrierName
  @interlineCarrierName
end

#limitedServiceDaysObject

Returns the value of attribute limitedServiceDays.



1257
1258
1259
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1257

def limitedServiceDays
  @limitedServiceDays
end

#localDistanceObject

Returns the value of attribute localDistance.



1254
1255
1256
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1254

def localDistance
  @localDistance
end

#localDurationObject

Returns the value of attribute localDuration.



1255
1256
1257
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1255

def localDuration
  @localDuration
end

#localServiceObject

Returns the value of attribute localService.



1253
1254
1255
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1253

def localService
  @localService
end

#localServiceSchedulingObject

Returns the value of attribute localServiceScheduling.



1256
1257
1258
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1256

def localServiceScheduling
  @localServiceScheduling
end

#locationObject

Returns the value of attribute location.



1259
1260
1261
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1259

def location
  @location
end