Class: FedexWebServices::Soap::Rate::PackageSpecialServicesRequested

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

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.



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

#codDetailObject

Returns the value of attribute codDetail.



1859
1860
1861
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1859

def codDetail
  @codDetail
end

#dangerousGoodsDetailObject

Returns the value of attribute dangerousGoodsDetail.



1860
1861
1862
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1860

def dangerousGoodsDetail
  @dangerousGoodsDetail
end

#dryIceWeightObject

Returns the value of attribute dryIceWeight.



1861
1862
1863
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1861

def dryIceWeight
  @dryIceWeight
end

#priorityAlertDetailObject

Returns the value of attribute priorityAlertDetail.



1863
1864
1865
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1863

def priorityAlertDetail
  @priorityAlertDetail
end

#signatureOptionDetailObject

Returns the value of attribute signatureOptionDetail.



1862
1863
1864
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1862

def signatureOptionDetail
  @signatureOptionDetail
end

#specialServiceTypesObject

Returns the value of attribute specialServiceTypes.



1858
1859
1860
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 1858

def specialServiceTypes
  @specialServiceTypes
end