Class: FedexWebServices::Soap::Ship::PackageSpecialServicesRequested

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

Overview

http://fedex.com/ws/ship/v12PackageSpecialServicesRequested

specialServiceTypes - FedexWebServices::Soap::Ship::PackageSpecialServiceType
codDetail - FedexWebServices::Soap::Ship::CodDetail
dangerousGoodsDetail - FedexWebServices::Soap::Ship::DangerousGoodsDetail
dryIceWeight - FedexWebServices::Soap::Ship::Weight
signatureOptionDetail - FedexWebServices::Soap::Ship::SignatureOptionDetail
priorityAlertDetail - FedexWebServices::Soap::Ship::PriorityAlertDetail

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(specialServiceTypes = [], codDetail = nil, dangerousGoodsDetail = nil, dryIceWeight = nil, signatureOptionDetail = nil, priorityAlertDetail = nil) ⇒ PackageSpecialServicesRequested

Returns a new instance of PackageSpecialServicesRequested.



2221
2222
2223
2224
2225
2226
2227
2228
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2221

def initialize(specialServiceTypes = [], codDetail = nil, dangerousGoodsDetail = nil, dryIceWeight = nil, signatureOptionDetail = nil, priorityAlertDetail = nil)
  @specialServiceTypes = specialServiceTypes
  @codDetail = codDetail
  @dangerousGoodsDetail = dangerousGoodsDetail
  @dryIceWeight = dryIceWeight
  @signatureOptionDetail = signatureOptionDetail
  @priorityAlertDetail = priorityAlertDetail
end

Instance Attribute Details

#codDetailObject

Returns the value of attribute codDetail.



2215
2216
2217
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2215

def codDetail
  @codDetail
end

#dangerousGoodsDetailObject

Returns the value of attribute dangerousGoodsDetail.



2216
2217
2218
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2216

def dangerousGoodsDetail
  @dangerousGoodsDetail
end

#dryIceWeightObject

Returns the value of attribute dryIceWeight.



2217
2218
2219
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2217

def dryIceWeight
  @dryIceWeight
end

#priorityAlertDetailObject

Returns the value of attribute priorityAlertDetail.



2219
2220
2221
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2219

def priorityAlertDetail
  @priorityAlertDetail
end

#signatureOptionDetailObject

Returns the value of attribute signatureOptionDetail.



2218
2219
2220
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2218

def signatureOptionDetail
  @signatureOptionDetail
end

#specialServiceTypesObject

Returns the value of attribute specialServiceTypes.



2214
2215
2216
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2214

def specialServiceTypes
  @specialServiceTypes
end