Class: FedexWebServices::Soap::Rate::PackageSpecialServicesRequested
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::PackageSpecialServicesRequested
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13PackageSpecialServicesRequested
specialServiceTypes - FedexWebServices::Soap::Rate::PackageSpecialServiceType
codDetail - FedexWebServices::Soap::Rate::CodDetail
dangerousGoodsDetail - FedexWebServices::Soap::Rate::DangerousGoodsDetail
dryIceWeight - FedexWebServices::Soap::Rate::Weight
signatureOptionDetail - FedexWebServices::Soap::Rate::SignatureOptionDetail
priorityAlertDetail - FedexWebServices::Soap::Rate::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.
1865 1866 1867 1868 1869 1870 1871 1872 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1865 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.
1859 1860 1861 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1859 def codDetail @codDetail end |
#dangerousGoodsDetail ⇒ Object
Returns the value of attribute dangerousGoodsDetail.
1860 1861 1862 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1860 def dangerousGoodsDetail @dangerousGoodsDetail end |
#dryIceWeight ⇒ Object
Returns the value of attribute dryIceWeight.
1861 1862 1863 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1861 def dryIceWeight @dryIceWeight end |
#priorityAlertDetail ⇒ Object
Returns the value of attribute priorityAlertDetail.
1863 1864 1865 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1863 def priorityAlertDetail @priorityAlertDetail end |
#signatureOptionDetail ⇒ Object
Returns the value of attribute signatureOptionDetail.
1862 1863 1864 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1862 def signatureOptionDetail @signatureOptionDetail end |
#specialServiceTypes ⇒ Object
Returns the value of attribute specialServiceTypes.
1858 1859 1860 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1858 def specialServiceTypes @specialServiceTypes end |