Class: FedexWebServices::Soap::Ship::CreatePendingShipmentRequest
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::CreatePendingShipmentRequest
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12CreatePendingShipmentRequest
webAuthenticationDetail - FedexWebServices::Soap::Ship::WebAuthenticationDetail
clientDetail - FedexWebServices::Soap::Ship::ClientDetail
transactionDetail - FedexWebServices::Soap::Ship::TransactionDetail
version - FedexWebServices::Soap::Ship::VersionId
requestedShipment - FedexWebServices::Soap::Ship::RequestedShipment
Instance Attribute Summary collapse
-
#clientDetail ⇒ Object
Returns the value of attribute clientDetail.
-
#requestedShipment ⇒ Object
Returns the value of attribute requestedShipment.
-
#transactionDetail ⇒ Object
Returns the value of attribute transactionDetail.
-
#version ⇒ Object
Returns the value of attribute version.
-
#webAuthenticationDetail ⇒ Object
Returns the value of attribute webAuthenticationDetail.
Instance Method Summary collapse
-
#initialize(webAuthenticationDetail = nil, clientDetail = nil, transactionDetail = nil, version = nil, requestedShipment = nil) ⇒ CreatePendingShipmentRequest
constructor
A new instance of CreatePendingShipmentRequest.
Constructor Details
#initialize(webAuthenticationDetail = nil, clientDetail = nil, transactionDetail = nil, version = nil, requestedShipment = nil) ⇒ CreatePendingShipmentRequest
Returns a new instance of CreatePendingShipmentRequest.
726 727 728 729 730 731 732 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 726 def initialize(webAuthenticationDetail = nil, clientDetail = nil, transactionDetail = nil, version = nil, requestedShipment = nil) @webAuthenticationDetail = webAuthenticationDetail @clientDetail = clientDetail @transactionDetail = transactionDetail @version = version @requestedShipment = requestedShipment end |
Instance Attribute Details
#clientDetail ⇒ Object
Returns the value of attribute clientDetail.
721 722 723 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 721 def clientDetail @clientDetail end |
#requestedShipment ⇒ Object
Returns the value of attribute requestedShipment.
724 725 726 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 724 def requestedShipment @requestedShipment end |
#transactionDetail ⇒ Object
Returns the value of attribute transactionDetail.
722 723 724 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 722 def transactionDetail @transactionDetail end |
#version ⇒ Object
Returns the value of attribute version.
723 724 725 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 723 def version @version end |
#webAuthenticationDetail ⇒ Object
Returns the value of attribute webAuthenticationDetail.
720 721 722 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 720 def webAuthenticationDetail @webAuthenticationDetail end |