Class: FedexWebServices::Soap::Ship::RequestedShipment

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

Overview

http://fedex.com/ws/ship/v12RequestedShipment shipTimestamp - SOAP::SOAPDateTime dropoffType - FedexWebServices::Soap::Ship::DropoffType serviceType - FedexWebServices::Soap::Ship::ServiceType packagingType - FedexWebServices::Soap::Ship::PackagingType totalWeight - FedexWebServices::Soap::Ship::Weight totalInsuredValue - FedexWebServices::Soap::Ship::Money preferredCurrency - SOAP::SOAPString shipper - FedexWebServices::Soap::Ship::Party recipient - FedexWebServices::Soap::Ship::Party recipientLocationNumber - SOAP::SOAPString origin - FedexWebServices::Soap::Ship::ContactAndAddress shippingChargesPayment - FedexWebServices::Soap::Ship::Payment specialServicesRequested - FedexWebServices::Soap::Ship::ShipmentSpecialServicesRequested expressFreightDetail - FedexWebServices::Soap::Ship::ExpressFreightDetail freightShipmentDetail - FedexWebServices::Soap::Ship::FreightShipmentDetail deliveryInstructions - SOAP::SOAPString variableHandlingChargeDetail - FedexWebServices::Soap::Ship::VariableHandlingChargeDetail customsClearanceDetail - FedexWebServices::Soap::Ship::CustomsClearanceDetail pickupDetail - FedexWebServices::Soap::Ship::PickupDetail smartPostDetail - FedexWebServices::Soap::Ship::SmartPostShipmentDetail blockInsightVisibility - SOAP::SOAPBoolean labelSpecification - FedexWebServices::Soap::Ship::LabelSpecification shippingDocumentSpecification - FedexWebServices::Soap::Ship::ShippingDocumentSpecification rateRequestTypes - FedexWebServices::Soap::Ship::RateRequestType edtRequestType - FedexWebServices::Soap::Ship::EdtRequestType masterTrackingId - FedexWebServices::Soap::Ship::TrackingId packageCount - SOAP::SOAPNonNegativeInteger configurationData - FedexWebServices::Soap::Ship::ShipmentConfigurationData requestedPackageLineItems - FedexWebServices::Soap::Ship::RequestedPackageLineItem

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(shipTimestamp = nil, dropoffType = nil, serviceType = nil, packagingType = nil, totalWeight = nil, totalInsuredValue = nil, preferredCurrency = nil, shipper = nil, recipient = nil, recipientLocationNumber = nil, origin = nil, shippingChargesPayment = nil, specialServicesRequested = nil, expressFreightDetail = nil, freightShipmentDetail = nil, deliveryInstructions = nil, variableHandlingChargeDetail = nil, customsClearanceDetail = nil, pickupDetail = nil, smartPostDetail = nil, blockInsightVisibility = nil, labelSpecification = nil, shippingDocumentSpecification = nil, rateRequestTypes = [], edtRequestType = nil, masterTrackingId = nil, packageCount = nil, configurationData = nil, requestedPackageLineItems = []) ⇒ RequestedShipment

Returns a new instance of RequestedShipment.



2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2659

def initialize(shipTimestamp = nil, dropoffType = nil, serviceType = nil, packagingType = nil, totalWeight = nil, totalInsuredValue = nil, preferredCurrency = nil, shipper = nil, recipient = nil, recipientLocationNumber = nil, origin = nil, shippingChargesPayment = nil, specialServicesRequested = nil, expressFreightDetail = nil, freightShipmentDetail = nil, deliveryInstructions = nil, variableHandlingChargeDetail = nil, customsClearanceDetail = nil, pickupDetail = nil, smartPostDetail = nil, blockInsightVisibility = nil, labelSpecification = nil, shippingDocumentSpecification = nil, rateRequestTypes = [], edtRequestType = nil, masterTrackingId = nil, packageCount = nil, configurationData = nil, requestedPackageLineItems = [])
  @shipTimestamp = shipTimestamp
  @dropoffType = dropoffType
  @serviceType = serviceType
  @packagingType = packagingType
  @totalWeight = totalWeight
  @totalInsuredValue = totalInsuredValue
  @preferredCurrency = preferredCurrency
  @shipper = shipper
  @recipient = recipient
  @recipientLocationNumber = recipientLocationNumber
  @origin = origin
  @shippingChargesPayment = shippingChargesPayment
  @specialServicesRequested = specialServicesRequested
  @expressFreightDetail = expressFreightDetail
  @freightShipmentDetail = freightShipmentDetail
  @deliveryInstructions = deliveryInstructions
  @variableHandlingChargeDetail = variableHandlingChargeDetail
  @customsClearanceDetail = customsClearanceDetail
  @pickupDetail = pickupDetail
  @smartPostDetail = smartPostDetail
  @blockInsightVisibility = blockInsightVisibility
  @labelSpecification = labelSpecification
  @shippingDocumentSpecification = shippingDocumentSpecification
  @rateRequestTypes = rateRequestTypes
  @edtRequestType = edtRequestType
  @masterTrackingId = masterTrackingId
  @packageCount = packageCount
  @configurationData = configurationData
  @requestedPackageLineItems = requestedPackageLineItems
end

Instance Attribute Details

#blockInsightVisibility ⇒ Object

Returns the value of attribute blockInsightVisibility.



2649
2650
2651
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2649

def blockInsightVisibility
  @blockInsightVisibility
end

#configurationData ⇒ Object

Returns the value of attribute configurationData.



2656
2657
2658
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2656

def configurationData
  @configurationData
end

#customsClearanceDetail ⇒ Object

Returns the value of attribute customsClearanceDetail.



2646
2647
2648
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2646

def customsClearanceDetail
  @customsClearanceDetail
end

#deliveryInstructions ⇒ Object

Returns the value of attribute deliveryInstructions.



2644
2645
2646
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2644

def deliveryInstructions
  @deliveryInstructions
end

#dropoffType ⇒ Object

Returns the value of attribute dropoffType.



2630
2631
2632
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2630

def dropoffType
  @dropoffType
end

#edtRequestType ⇒ Object

Returns the value of attribute edtRequestType.



2653
2654
2655
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2653

def edtRequestType
  @edtRequestType
end

#expressFreightDetail ⇒ Object

Returns the value of attribute expressFreightDetail.



2642
2643
2644
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2642

def expressFreightDetail
  @expressFreightDetail
end

#freightShipmentDetail ⇒ Object

Returns the value of attribute freightShipmentDetail.



2643
2644
2645
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2643

def freightShipmentDetail
  @freightShipmentDetail
end

#labelSpecification ⇒ Object

Returns the value of attribute labelSpecification.



2650
2651
2652
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2650

def labelSpecification
  @labelSpecification
end

#masterTrackingId ⇒ Object

Returns the value of attribute masterTrackingId.



2654
2655
2656
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2654

def masterTrackingId
  @masterTrackingId
end

#origin ⇒ Object

Returns the value of attribute origin.



2639
2640
2641
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2639

def origin
  @origin
end

#packageCount ⇒ Object

Returns the value of attribute packageCount.



2655
2656
2657
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2655

def packageCount
  @packageCount
end

#packagingType ⇒ Object

Returns the value of attribute packagingType.



2632
2633
2634
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2632

def packagingType
  @packagingType
end

#pickupDetail ⇒ Object

Returns the value of attribute pickupDetail.



2647
2648
2649
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2647

def pickupDetail
  @pickupDetail
end

#preferredCurrency ⇒ Object

Returns the value of attribute preferredCurrency.



2635
2636
2637
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2635

def preferredCurrency
  @preferredCurrency
end

#rateRequestTypes ⇒ Object

Returns the value of attribute rateRequestTypes.



2652
2653
2654
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2652

def rateRequestTypes
  @rateRequestTypes
end

#recipient ⇒ Object

Returns the value of attribute recipient.



2637
2638
2639
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2637

def recipient
  @recipient
end

#recipientLocationNumber ⇒ Object

Returns the value of attribute recipientLocationNumber.



2638
2639
2640
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2638

def recipientLocationNumber
  @recipientLocationNumber
end

#requestedPackageLineItems ⇒ Object

Returns the value of attribute requestedPackageLineItems.



2657
2658
2659
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2657

def requestedPackageLineItems
  @requestedPackageLineItems
end

#serviceType ⇒ Object

Returns the value of attribute serviceType.



2631
2632
2633
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2631

def serviceType
  @serviceType
end

#shipper ⇒ Object

Returns the value of attribute shipper.



2636
2637
2638
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2636

def shipper
  @shipper
end

#shippingChargesPayment ⇒ Object

Returns the value of attribute shippingChargesPayment.



2640
2641
2642
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2640

def shippingChargesPayment
  @shippingChargesPayment
end

#shippingDocumentSpecification ⇒ Object

Returns the value of attribute shippingDocumentSpecification.



2651
2652
2653
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2651

def shippingDocumentSpecification
  @shippingDocumentSpecification
end

#shipTimestamp ⇒ Object

Returns the value of attribute shipTimestamp.



2629
2630
2631
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2629

def shipTimestamp
  @shipTimestamp
end

#smartPostDetail ⇒ Object

Returns the value of attribute smartPostDetail.



2648
2649
2650
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2648

def smartPostDetail
  @smartPostDetail
end

#specialServicesRequested ⇒ Object

Returns the value of attribute specialServicesRequested.



2641
2642
2643
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2641

def specialServicesRequested
  @specialServicesRequested
end

#totalInsuredValue ⇒ Object

Returns the value of attribute totalInsuredValue.



2634
2635
2636
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2634

def totalInsuredValue
  @totalInsuredValue
end

#totalWeight ⇒ Object

Returns the value of attribute totalWeight.



2633
2634
2635
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2633

def totalWeight
  @totalWeight
end

#variableHandlingChargeDetail ⇒ Object

Returns the value of attribute variableHandlingChargeDetail.



2645
2646
2647
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 2645

def variableHandlingChargeDetail
  @variableHandlingChargeDetail
end