Class: FedexWebServices::Soap::Ship::PackageSpecialServicesRequested
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::PackageSpecialServicesRequested
- 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
-
#codDetail ⇒ Object
Returns the value of attribute codDetail.
-
#dangerousGoodsDetail ⇒ Object
Returns the value of attribute dangerousGoodsDetail.
-
#dryIceWeight ⇒ Object
Returns the value of attribute dryIceWeight.
-
#priorityAlertDetail ⇒ Object
Returns the value of attribute priorityAlertDetail.
-
#signatureOptionDetail ⇒ Object
Returns the value of attribute signatureOptionDetail.
-
#specialServiceTypes ⇒ Object
Returns the value of attribute specialServiceTypes.
Instance Method Summary collapse
-
#initialize(specialServiceTypes = [], codDetail = nil, dangerousGoodsDetail = nil, dryIceWeight = nil, signatureOptionDetail = nil, priorityAlertDetail = nil) ⇒ PackageSpecialServicesRequested
constructor
A new instance of PackageSpecialServicesRequested.
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
#codDetail ⇒ Object
Returns the value of attribute codDetail.
2215 2216 2217 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2215 def codDetail @codDetail end |
#dangerousGoodsDetail ⇒ Object
Returns the value of attribute dangerousGoodsDetail.
2216 2217 2218 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2216 def dangerousGoodsDetail @dangerousGoodsDetail end |
#dryIceWeight ⇒ Object
Returns the value of attribute dryIceWeight.
2217 2218 2219 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2217 def dryIceWeight @dryIceWeight end |
#priorityAlertDetail ⇒ Object
Returns the value of attribute priorityAlertDetail.
2219 2220 2221 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2219 def priorityAlertDetail @priorityAlertDetail end |
#signatureOptionDetail ⇒ Object
Returns the value of attribute signatureOptionDetail.
2218 2219 2220 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2218 def signatureOptionDetail @signatureOptionDetail end |
#specialServiceTypes ⇒ Object
Returns the value of attribute specialServiceTypes.
2214 2215 2216 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2214 def specialServiceTypes @specialServiceTypes end |